Skip to content

0.7.4

Compare
Choose a tag to compare
@untitaker untitaker released this 26 Feb 20:36
· 2551 commits to master since this release
  • Read release and environment from process environment like the Raven SDK
    does. The keys are called SENTRY_RELEASE and SENTRY_ENVIRONMENT.
  • Fix a bug in the serverless integration where it would not push a new scope
    for each function call (leaking tags and other things across calls).
  • Experimental support for type hints.