Package io.sentry

Interface Sentry.OptionsConfiguration<T extends SentryOptions>

Type Parameters:
T - a class that extends SentryOptions or SentryOptions itself.
Enclosing class:
Sentry

public static interface Sentry.OptionsConfiguration<T extends SentryOptions>
Configuration options callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(T options)
    configure the options
  • Method Details

    • configure

      void configure(@NotNull T options)
      configure the options
      Parameters:
      options - the options