You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support sentry/sentry 2.3 and fix deprecations (#298)
* Fix a test
* Require sentry/sdk:^2.1 to obtain sentry/sentry:^2.3
* Use a callable to filter the integrations
* Remove deprecation
* Add in_app_include option support
* Remap excluded_exceptions option to add the new IgnoreErrorIntegration and avoid deprecation
* Map the in_app_include option correctly
* Remove multiple conditional code that was necessary to avoid deprecations
* Remove multiple conditional code from tests too
* Make tests run faster by using process isolation only on End2End
* Add changelog entries
* Fix test failure message
* Revert remapping of project_root to avoid confusion
* Add changelog entry for new sentry/sentry support
* Fix test
* Fix another test
* Update changelog to slate 3.4.0 release
0 commit comments