-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up Sentry #103
Merged
Set up Sentry #103
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e7fa9d4
feat: initial sentry setup
hcho112 22cb0d3
fix: sentry project name change
hcho112 cf7f62a
feat: implement sentry monitoring on error endpoints
hcho112 ac7e1c4
feat: update sentry with different dns, setup dns from env variable
hcho112 3dee1d2
chore: lint fixes
hcho112 f2aa768
fix: remove @sentry/webpack-plugin
hcho112 fd2f23a
fix: variable name fix, remove un-used
hcho112 919aeaa
fix: remove sentryWebpackPlugin
hcho112 5492f2d
fix: revert back to previous devtool
hcho112 49a4e00
chore: refering endpoints from config
hcho112 4f20f19
chore: revert to previous format
hcho112 e3d14fd
feat: return sentry error if no account id is returned from recovery …
hcho112 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,8 @@ module.exports = { | |
FIREBASE_STORAGE_BUCKET_TESTNET: 'pagoda-oboarding-dev.appspot.com', | ||
FIREBASE_MESSAGING_SENDER_ID_TESTNET: '116526963563', | ||
FIREBASE_APP_ID_TESTNET: '1:116526963563:web:053cb0c425bf514007ca2e', | ||
FIREBASE_MEASUREMENT_ID_TESTNET: 'G-HF2NBGE60S' | ||
FIREBASE_MEASUREMENT_ID_TESTNET: 'G-HF2NBGE60S', | ||
SENTRY_DSN: 'https://[email protected]/4506148066164736', | ||
}) | ||
], | ||
devServer: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2022,6 +2022,66 @@ | |
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz" | ||
integrity sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg== | ||
|
||
"@sentry-internal/[email protected]": | ||
version "7.75.1" | ||
resolved "https://registry.yarnpkg.com/@sentry-internal/tracing/-/tracing-7.75.1.tgz#978c5ec58a704c423a9b33a58ca3e3e6521725f8" | ||
integrity sha512-nynV+7iVcF8k3CqhvI2K7iA8h4ovJhgYHKnXR8RDDevQOqNG2AEX9+hjCj9fZM4MhKHYFqf1od2oO9lTr38kwg== | ||
dependencies: | ||
"@sentry/core" "7.75.1" | ||
"@sentry/types" "7.75.1" | ||
"@sentry/utils" "7.75.1" | ||
|
||
"@sentry/[email protected]": | ||
version "7.75.1" | ||
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.75.1.tgz#70422d26e2651443bcf15ea6bb5142774926c5ae" | ||
integrity sha512-0+jPfPA5P9HVYYRQraDokGCY2NiMknSfz11dggClK4VmjvG+hOXiEyf73SFVwLFnv/hwrkWySjoIrVCX65xXQA== | ||
dependencies: | ||
"@sentry-internal/tracing" "7.75.1" | ||
"@sentry/core" "7.75.1" | ||
"@sentry/replay" "7.75.1" | ||
"@sentry/types" "7.75.1" | ||
"@sentry/utils" "7.75.1" | ||
|
||
"@sentry/[email protected]": | ||
version "7.75.1" | ||
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.75.1.tgz#f48cc424990ee4f31541e93f2c0277bfd5be9ed3" | ||
integrity sha512-Kw4KyKBxbxbh8OKO0S11Tm0gWP+6AaXXYrsq3hp8H338l/wOmIzyckmCbUrc/XJeoRqaFLJbdcCrcUEDZUvsVQ== | ||
dependencies: | ||
"@sentry/types" "7.75.1" | ||
"@sentry/utils" "7.75.1" | ||
|
||
"@sentry/react@^7.75.1": | ||
version "7.75.1" | ||
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.75.1.tgz#b2e3716e5b9c712a3eff1284378b0258345668cd" | ||
integrity sha512-5zFcIor8vwQa13VRwk7yDE8U7uspj0eKpsjOcYcfSvDkiL7LW0sA6rXxvO3jwd1AKaB3EAfr1F4oIdEz8aRIkA== | ||
dependencies: | ||
"@sentry/browser" "7.75.1" | ||
"@sentry/types" "7.75.1" | ||
"@sentry/utils" "7.75.1" | ||
hoist-non-react-statics "^3.3.2" | ||
|
||
"@sentry/[email protected]": | ||
version "7.75.1" | ||
resolved "https://registry.yarnpkg.com/@sentry/replay/-/replay-7.75.1.tgz#7790e80f7cb4dc856f5e72f70a51febd5898e04d" | ||
integrity sha512-MKQTDWNYs9QXCJ+irGX5gu8Kxdk/Ds5puhILy8+DnCoXgXuPFRMGob1Sxt8qXmbQmcGeogsx221MNTselsRS6g== | ||
dependencies: | ||
"@sentry-internal/tracing" "7.75.1" | ||
"@sentry/core" "7.75.1" | ||
"@sentry/types" "7.75.1" | ||
"@sentry/utils" "7.75.1" | ||
|
||
"@sentry/[email protected]": | ||
version "7.75.1" | ||
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.75.1.tgz#48b11336a0e70433d41bbe41c617dd339d4992ea" | ||
integrity sha512-km+ygqgMDaFfTrbQwdhrptFqx0Oq15jZABqIoIpbaOCkCAMm+tyCqrFS8dTfaq5wpCktqWOy2qU/DOpppO99Cg== | ||
|
||
"@sentry/[email protected]": | ||
version "7.75.1" | ||
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.75.1.tgz#169040ba13ff4d4ecccb7b7aa23f84724d108b97" | ||
integrity sha512-QzW2eRjY20epD//9/tQ0FTNwdAL6XZi+LyJNUQIeK3NMnc5NgHrgpxId87gmFq8cNx47utH1Blub8RuMbKqiwQ== | ||
dependencies: | ||
"@sentry/types" "7.75.1" | ||
|
||
"@svgr/[email protected]": | ||
version "8.0.0" | ||
resolved "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz" | ||
|
@@ -4697,6 +4757,13 @@ hmac-drbg@^1.0.1: | |
minimalistic-assert "^1.0.0" | ||
minimalistic-crypto-utils "^1.0.1" | ||
|
||
hoist-non-react-statics@^3.3.2: | ||
version "3.3.2" | ||
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" | ||
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== | ||
dependencies: | ||
react-is "^16.7.0" | ||
|
||
hpack.js@^2.1.6: | ||
version "2.1.6" | ||
resolved "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz" | ||
|
@@ -6199,7 +6266,7 @@ react-i18next@^13.0.2: | |
"@babel/runtime" "^7.22.5" | ||
html-parse-stringify "^3.0.1" | ||
|
||
react-is@^16.13.1: | ||
react-is@^16.13.1, react-is@^16.7.0: | ||
version "16.13.1" | ||
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" | ||
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a good idea to capture an exception with the
publicKey
and email / firebase user id when{indexer}/accounts
returns an empty array here and other relevant places we call it wdyt?