:report_depsnow reports all loaded applications at the time the:sentryapplication starts. This is not a compile-time configuration option anymore.- Add the
mix sentry.package_source_codeMix task. See the upgrade guide for more information. - Add
~r"/test/"to the default source code exclude patterns (see the:source_code_exclude_patternsoption). :environment_namenow defaults toproduction(if it wasn't configured explicitly and if theSENTRY_ENVIRONMENTenvironment variable is not set).- Hard-deprecate
:included_environments. To control whether to send events to Sentry, use the:dsnconfiguration option instead.:included_environmentsnow emits a warning if used, but will still work until v11.0.0 of this library. - Hard-deprecate
:before_send_eventin favor of the new:before_send. This brings this SDK in line with all other Sentry SDKs.