Skip to content

Releases: getsentry/sentry-powershell

0.2.0

23 Oct 17:28
Compare
Choose a tag to compare

Features

  • Send events to Sentry fully synchronously (#59, #62)
  • Add StackTrace context to frames coming from inline script/command (#65)

Fixes

  • StackTrace parsing on Windows PowerShell 5.1 (#50)
  • Fix out of bounds context for short scripts (#58)
  • Windows PowerShell needs both unsafe 4.5.3 and 6.0.0 dll (#61)

Dependencies

0.1.0

16 Apr 17:24
Compare
Choose a tag to compare

Features

  • Send events synchronously so they're not lost when the script exits (#39)

Fixes

  • Transaction sampling (#38)

Dependencies

0.0.2

16 Apr 17:16
Compare
Choose a tag to compare

Various fixes & improvements