-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
docs: Add symbolicate-js endpoint documentation #1208
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1208 +/- ##
==========================================
+ Coverage 75.26% 75.34% +0.08%
==========================================
Files 87 87
Lines 13823 13849 +26
==========================================
+ Hits 10404 10435 +31
+ Misses 3419 3414 -5 |
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.
Just some nits :)
docs/api/sourcemaps.md
Outdated
were loaded during JS code execution. The list is handled by the Sentry source. | ||
- `stacktrace`: A list of stacktraces to symbolicate. | ||
- `frames`: A list of frames with corresponding `abs_path`, `lineno`, | ||
and `colno`, as well as minified `function` name. |
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.
Strictly speaking colno
is optional.
Co-authored-by: Sebastian Zivota <[email protected]>
Closes https://github.com/getsentry/team-ingest/issues/481
#skip-changelog