- Silence CS1701/CS1702 warnings emitted by
Add-Typewhen importing the module on PowerShell hosts whose runtimeSystem.Runtimeversion differs from the oneSentry.dllwas compiled against (#129)
- Add
Write-SentryLogcmdlet, a native PowerShell API for sending structured logs (Sentry Logs) (#131)
- Fix PowerShell 7.5.2+ compatibility for SynchronousTransport (#105)
- Remove workaround for Dotnet SDK issue causing a hang on process exit - automatic flush should work now. (#85)
- Drop support for PowerShell 7.2 and 7.3 (#71)
- Attachments support regression introduced in v0.2.0 (#80)
- Diagnostic logs: exceptions didn't have full context (#81)
- Add support for PowerShell 7.5 (#76)
- Send events to Sentry fully synchronously (#59, #62)
- Add StackTrace context to frames coming from inline script/command (#65)
- 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)
- Send events synchronously so they're not lost when the script exits (#39)
- Transaction sampling (#38)
- 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
Initial manual release of the PowerShell Sentry SDK.