Skip to content

Commit f772a57

Browse files
authored
fix(java): Apollo3 package in release registry (#5648)
1 parent 95c4100 commit f772a57

File tree

1 file changed

+3
-3
lines changed
  • src/platforms/java/common/performance/instrumentation

1 file changed

+3
-3
lines changed

src/platforms/java/common/performance/instrumentation/apollo3.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ Sentry Apollo3 integration provides the `SentryApollo3Interceptor` and the `Sent
2222
<dependency>
2323
<groupId>io.sentry</groupId>
2424
<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>
2626
</dependency>
2727
```
2828

2929
```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') }}'
3131
```
3232

3333
```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') }}"
3535
```
3636

3737
For other dependency managers, see the [central Maven repository](https://search.maven.org/artifact/io.sentry/sentry-apollo-3).

0 commit comments

Comments
 (0)