class Sentry::Configuration

def enabled_in_current_env?

Experimental RBS support (using type sampling data from the type_fusion project).

def enabled_in_current_env?: () -> true

This signature was generated using 3 samples from 1 application.

def enabled_in_current_env?
  enabled_environments.empty? || enabled_environments.include?(environment)
end