Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 2.24 KB

Changelog

0.2.0

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

Features

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

Fixes

  • Transaction sampling (#38)

Dependencies

0.0.2

Various fixes & improvements

  • add changelog (c5bcf218) by @vaind
  • chore: use env file to change craft log level (4431f857) by @vaind
  • chore: change craft log level to trace (77ffea0c) by @vaind
  • docs: add sentry psgallery link (bd550ba5) by @vaind
  • fixup psd links (9b04cf8a) by @vaind

0.0.1

Initial manual release of the PowerShell Sentry SDK.