File tree 2 files changed +3
-3
lines changed
quarkus-sentry/deployment/src/main/java/app/fyreplace/api/sentry/processors 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ SystemPropertyBuildItem setOtelAutoConfigure() {
27
27
@ BuildStep
28
28
SystemPropertyBuildItem setContextStorageProvider () {
29
29
return new SystemPropertyBuildItem (
30
- "io.opentelemetry.context.contextStorageProvider" , SentryContextStorageProvider .class .getCanonicalName ());
30
+ "io.opentelemetry.context.contextStorageProvider" ,
31
+ SentryContextStorageProvider .class .getCanonicalName ());
31
32
}
32
33
33
34
@ BuildStep
Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ pluginManagement {
12
12
}
13
13
14
14
rootProject. name = " fyreplace-api"
15
-
16
- include(" :quarkus-sentry:runtime" , " :quarkus-sentry:deployment" )
15
+ include " :quarkus-sentry:runtime" , " :quarkus-sentry:deployment"
You can’t perform that action at this time.
0 commit comments