All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sentry.Instrumenter Maven / Gradle / Ivy

There is a newer version: 8.0.0-rc.4
Show newest version
package io.sentry;

/**
 * Which framework is responsible for instrumenting. This includes starting and stopping of
 * transactions and spans.
 */
public enum Instrumenter {
  SENTRY,

  /** OpenTelemetry */
  OTEL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy