is not current version
Last Version 6.1.4

io.sentry:sentry-spring-boot-starter 4.0.0-alpha.1

SDK for sentry.io

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.sentry
ArtifactId

ArtifactId

sentry-spring-boot-starter
Version

Version

4.0.0-alpha.1
Type

Type

jar

Download sentry-spring-boot-starter 4.0.0-alpha.1


<!-- https://jarcasting.com/artifacts/io.sentry/sentry-spring-boot-starter/ -->
<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry-spring-boot-starter</artifactId>
    <version>4.0.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-spring-boot-starter/
implementation 'io.sentry:sentry-spring-boot-starter:4.0.0-alpha.1'
// https://jarcasting.com/artifacts/io.sentry/sentry-spring-boot-starter/
implementation ("io.sentry:sentry-spring-boot-starter:4.0.0-alpha.1")
'io.sentry:sentry-spring-boot-starter:jar:4.0.0-alpha.1'
<dependency org="io.sentry" name="sentry-spring-boot-starter" rev="4.0.0-alpha.1">
  <artifact name="sentry-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-spring-boot-starter', version='4.0.0-alpha.1')
)
libraryDependencies += "io.sentry" % "sentry-spring-boot-starter" % "4.0.0-alpha.1"
[io.sentry/sentry-spring-boot-starter "4.0.0-alpha.1"]