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
Customers need to have opentelemetry-spring-boot-starter as a dependency with the correct version, matching whatever OTel instrumentation version the Sentry SDK asks for.
Possible solutions:
Create a sentry-opentelemetry-agentless-spring-boot module
Create a Sentry OTel BOM or use our existing sentry-bom to specify OTel dependency versions and document that the BOM has to be added to the build tool
The text was updated successfully, but these errors were encountered:
Description
Customers need to have
opentelemetry-spring-boot-starter
as a dependency with the correct version, matching whatever OTel instrumentation version the Sentry SDK asks for.Possible solutions:
sentry-opentelemetry-agentless-spring-boot
modulesentry-bom
to specify OTel dependency versions and document that the BOM has to be added to the build toolThe text was updated successfully, but these errors were encountered: