Sentry v4.5.0 Release Notes

  • ๐Ÿ”จ Builtin plugins have been refactored to be more concise. This includes changes to the ๐Ÿ”Œ servers, urls, and sites plugins. There is also a new builtin plugin::

    sentry.plugins.sentry_useragents

    ๐Ÿ”Œ With these changes, it now makes it even easier to create a basic plugin that just handles extra ๐Ÿ”Œ "tag"-like data. Take a look at one of the aforementioned plugins for an example.

    โž• Additionally:

    • ๐Ÿ”Œ The mail plugin now sends additional Sentry-specific headers.
    • ๐Ÿ—„ Signatures are deprecated, and no longer required.
    • ๐Ÿ›  Several fixes regarding CORS support.