-
Notifications
You must be signed in to change notification settings - Fork 140
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
✨ [RUMF-1573] Allow to provide custom fingerprint to RUM errors #2189
Conversation
0f0b35b
to
9b34836
Compare
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Codecov Report
@@ Coverage Diff @@
## main #2189 +/- ##
==========================================
- Coverage 93.89% 93.88% -0.01%
==========================================
Files 201 201
Lines 6073 6081 +8
Branches 1343 1346 +3
==========================================
+ Hits 5702 5709 +7
- Misses 371 372 +1
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
9b34836
to
51c4202
Compare
51c4202
to
66c3c87
Compare
/to-staging |
🚂 Branch Integration commit 66c3c87 will soon be integrated into staging-17. This build is going to start soon! (estimated merge in less than 34m) you can cancel this operation by commenting your pull request with |
🚨 Branch Integration we couldn't automatically merge the commit 66c3c87 into staging-17! Build pipeline failed for 804b538 You should have a look at the pipeline link and see if the build failed because of your changes or not. You can use this resolution PR: #2191 to fix the errors if they are specific to the current state of the target branch. If you need support, contact us on slack #ci-interfaces with those details! |
Motivation
Support Error Tracking custom grouping for RUM errors.
cf #2076
Changes
In order to use
my-custom-grouping-material
to group RUM errors into a single issue in Error Tracking, from the APIs:Or from beforeSend callback:
Testing
I have gone over the contributing documentation.