Skip to content

Commit

Permalink
feat: support error log
Browse files Browse the repository at this point in the history
  • Loading branch information
Postcount CI committed Mar 1, 2023
1 parent 23e0093 commit de41aae
Show file tree
Hide file tree
Showing 11 changed files with 287 additions and 881 deletions.
24 changes: 12 additions & 12 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "open-gate",
"name": "Open Gate",
"version": "1.2.1",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.",
"author": "duocnv",
"authorUrl": "https://twitter.com/duocdev",
"fundingUrl": {
"Buy Me a Coffee": "https://paypal.me/duocnguyen",
"Follow me": "https://twitter.com/duocdev"
}
}
"id": "open-gate",
"name": "Open Gate",
"version": "1.2.1",
"minAppVersion": "0.15.0",
"description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.",
"author": "duocnv",
"authorUrl": "https://twitter.com/duocdev",
"fundingUrl": {
"Buy Me a Coffee": "https://paypal.me/duocnguyen",
"Follow me": "https://twitter.com/duocdev"
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"electron": "^23.1.1",
"esbuild": "0.14.47",
"obsidian": "latest",
"prettier": "^2.8.1",
"tslib": "2.4.0",
"typescript": "4.7.4",
"electron": "^23.1.1"
"typescript": "4.7.4"
},
"dependencies": {
"@datadog/browser-logs": "^4.34.2",
"@datadog/browser-rum": "^4.34.2"
}
}
Loading

0 comments on commit de41aae

Please sign in to comment.