Package io.sentry.telemetry
Class SentryTelemetryService
java.lang.Object
io.sentry.telemetry.SentryTelemetryService
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcaptureError(@NotNull Throwable exception, @NotNull String operation) voidclose()voidendTask(@Nullable io.sentry.ISpan span) static @NotNull SentryTelemetryServicevoidvoidstart(@NotNull PluginConfig pluginConfig, @NotNull org.apache.maven.project.MavenProject mavenProject, @NotNull org.apache.maven.execution.MavenSession mavenSession, @NotNull org.apache.maven.plugin.BuildPluginManager pluginManager) @Nullable io.sentry.ISpantraceCli()
-
Field Details
-
SENTRY_SAAS_DSN
- See Also:
-
MECHANISM_TYPE
- See Also:
-
-
Method Details
-
getInstance
-
start
public void start(@NotNull @NotNull PluginConfig pluginConfig, @NotNull @NotNull org.apache.maven.project.MavenProject mavenProject, @NotNull @NotNull org.apache.maven.execution.MavenSession mavenSession, @NotNull @NotNull org.apache.maven.plugin.BuildPluginManager pluginManager) -
startTask
-
endTask
public void endTask(@Nullable @Nullable io.sentry.ISpan span) -
captureError
-
markFailed
public void markFailed() -
close
public void close() -
traceCli
-
addTag
-