-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
java.lang.ClassNotFoundException: io.sentry.opentelemetry.agent.AgentMarker #4094
Comments
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-opentelemetry-agent</artifactId>
<version>${sentry.version}</version>
</dependency> |
@adinauer it was in junit5 test, stack error was in console as DEBUG.
|
Yeah sorry about that, we're gonna remove those from the logs in the next release. There's up to three of them ( |
It seems like in 8.1.0 I am still getting getting this DEBUG log, but different class missing:
|
Thanks for the report @kle-pra seems like I forgot some locations where this is also happening. We'll fix it. |
You can safely ignore this. I've opened a PR to fix it. We'll include it in the next release. |
Integration
sentry
Java Version
8 - 23
Version
8.0.0
Steps to Reproduce
Expected Result
ClassNotFoundException if mising dependency should trown error on compile time not runtime
Actual Result
The text was updated successfully, but these errors were encountered: