You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add data from transaction root span to contexts.trace.data (#3735)
* add transaction data to trace.context.data, don't send in extras
* reset to 8.x.x version of submodule
* fix tests, fix changelog
* fix changelog
* cr changes
---------
Co-authored-by: Alexander Dinauer <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@
43
43
- For `graphql-java` v22 and newer please use the `sentry-graphql-22` module
44
44
- We now provide a `SentryInstrumenter` bean directly for Spring (Boot) if there is none yet instead of using `GraphQlSourceBuilderCustomizer` to add the instrumentation ([#3744](https://github.com/getsentry/sentry-java/pull/3744))
45
45
- It is now also possible to provide a bean of type `SentryGraphqlInstrumentation.BeforeSpanCallback` which is then used by `SentryInstrumenter`
0 commit comments