-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Send http.request.method
in span data
#2896
Conversation
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
c03a05e | 390.40 ms | 419.35 ms | 28.94 ms |
4c237f8 | 319.84 ms | 354.47 ms | 34.63 ms |
8820c5c | 330.60 ms | 416.86 ms | 86.26 ms |
0310da5 | 381.20 ms | 404.50 ms | 23.30 ms |
496bdfd | 301.22 ms | 343.96 ms | 42.73 ms |
caf50ec | 302.36 ms | 325.25 ms | 22.89 ms |
9246ed4 | 281.79 ms | 352.08 ms | 70.29 ms |
fe10f05 | 294.30 ms | 346.84 ms | 52.54 ms |
adf8fe3 | 300.49 ms | 357.36 ms | 56.87 ms |
fe10f05 | 314.71 ms | 360.62 ms | 45.90 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
c03a05e | 1.72 MiB | 2.29 MiB | 574.43 KiB |
4c237f8 | 1.72 MiB | 2.29 MiB | 575.58 KiB |
8820c5c | 1.72 MiB | 2.28 MiB | 571.82 KiB |
0310da5 | 1.72 MiB | 2.28 MiB | 573.45 KiB |
496bdfd | 1.72 MiB | 2.28 MiB | 571.82 KiB |
caf50ec | 1.72 MiB | 2.29 MiB | 575.24 KiB |
9246ed4 | 1.72 MiB | 2.28 MiB | 572.22 KiB |
fe10f05 | 1.72 MiB | 2.29 MiB | 575.54 KiB |
adf8fe3 | 1.72 MiB | 2.29 MiB | 575.24 KiB |
fe10f05 | 1.72 MiB | 2.29 MiB | 575.54 KiB |
Previous results on branch: feat/http-method-span-data
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
4bca198 | 302.45 ms | 347.14 ms | 44.69 ms |
5553c62 | 303.56 ms | 382.04 ms | 78.48 ms |
0e8dcf6 | 329.21 ms | 385.28 ms | 56.07 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
4bca198 | 1.72 MiB | 2.29 MiB | 575.74 KiB |
5553c62 | 1.72 MiB | 2.29 MiB | 575.74 KiB |
0e8dcf6 | 1.72 MiB | 2.29 MiB | 575.74 KiB |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2896 +/- ##
============================================
- Coverage 79.61% 79.61% -0.01%
Complexity 6038 6038
============================================
Files 469 469
Lines 23294 23307 +13
Branches 3176 3177 +1
============================================
+ Hits 18545 18555 +10
- Misses 3353 3355 +2
- Partials 1396 1397 +1
☔ View full report in Codecov by Sentry. |
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.
Looks good.
Maybe we should also change the original SentryApolloInterceptor
to add the http.request.method
?
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.
LGTM 👍
Bumps [saucelabs/saucectl-run-action](https://github.com/saucelabs/saucectl-run-action) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/saucelabs/saucectl-run-action/releases) - [Commits](saucelabs/saucectl-run-action@f401339...1c751ba) --- updated-dependencies: - dependency-name: saucelabs/saucectl-run-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
📜 Description
Send
http.request.method
in span data💡 Motivation and Context
See getsentry/team-sdks#20
💚 How did you test it?
Unit Tests + Manually
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps