File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/platforms/java/common/performance/instrumentation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ Sentry Apollo3 integration provides the `SentryApollo3Interceptor` and the `Sent
22
22
<dependency >
23
23
<groupId >io.sentry</groupId >
24
24
<artifactId >sentry-apollo-3</artifactId >
25
- <version >{{ packages.version('sentry.java.apollo3 ', '5.2.0') }}</version >
25
+ <version >{{ packages.version('sentry.java.apollo-3 ', '5.2.0') }}</version >
26
26
</dependency >
27
27
```
28
28
29
29
``` groovy {tabTitle:Gradle}
30
- implementation 'io.sentry:sentry-apollo-3:{{ packages.version('sentry.java.apollo3 ', '5.2.0') }}'
30
+ implementation 'io.sentry:sentry-apollo-3:{{ packages.version('sentry.java.apollo-3 ', '5.2.0') }}'
31
31
```
32
32
33
33
``` scala {tabTitle: SBT}
34
- libraryDependencies += " io.sentry" % " sentry-apollo-3" % " {{ packages.version('sentry.java.apollo3 ', '5.2.0') }}"
34
+ libraryDependencies += " io.sentry" % " sentry-apollo-3" % " {{ packages.version('sentry.java.apollo-3 ', '5.2.0') }}"
35
35
```
36
36
37
37
For other dependency managers, see the [ central Maven repository] ( https://search.maven.org/artifact/io.sentry/sentry-apollo-3 ) .
You can’t perform that action at this time.
0 commit comments