-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade from raven-js to sentry/browser (#2509)
## Which problem is this PR solving? - Resolves #2412 - Replaced and closes #2417 ## Description of the changes This PR is a continuation of the migration from `raven-js` to `@sentry/browser`. - The final step involves testing the implementation with a real Google Analytics account. - The google tags are displayed correctly in [Tag Hound](https://chromewebstore.google.com/detail/taghound-analyticsgtmpixe/canpneabbfipaelecfibpmmjbdkiaolf?hl=en) chrome extension. - Here is the screenshot of logging tag managers details and event data. ![Events from TagHound](https://i.imgur.com/1fyHg2n.png) ## How was this change tested? - Placed the GA Measurement ID in `default-config.tsx`. - Varified navigation events using TagHound. Screenshots of the events been tracked are attached - **Note**: Ensure GTM tracking is enabled in TagHound, otherwise the Google tags will not be tracked. - This test works in the local environment, but I am unable to see data logs in Google Analytics. This may be because the GA dashboard doesn’t collect data from localhost. ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm test` --------- Signed-off-by: Muthukumar <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: Avinash <[email protected]> Signed-off-by: avinash <[email protected]> Co-authored-by: Muthukumar <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
c780c37
commit 1f101a2
Showing
9 changed files
with
183 additions
and
84 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.