tag:github.com,2008:https://github.com/getsentry/sentry-powershell/releases
Release notes from sentry-powershell
2025-10-20T18:46:54Z
tag:github.com,2008:Repository/755140913/0.4.0
2025-10-21T18:30:59Z
0.4.0
<h3>Fixes</h3>
<ul>
<li>Fix PowerShell 7.5.2+ compatibility for SynchronousTransport (<a href="https://github.com/getsentry/sentry-powershell/pull/105" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/105/hovercard">#105</a>)</li>
<li>Remove workaround for Dotnet SDK issue causing a hang on process exit - automatic flush should work now. (<a href="https://github.com/getsentry/sentry-powershell/pull/85" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/85/hovercard">#85</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Dotnet SDK from v5.4.0 to v5.16.1 (<a href="https://github.com/getsentry/sentry-powershell/pull/83" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/83/hovercard">#83</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/89" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/89/hovercard">#89</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#5161">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-dotnet/compare/5.4.0...5.16.1">diff</a></li>
</ul>
</li>
</ul>
sentry-release-bot[bot]
tag:github.com,2008:Repository/755140913/0.3.0
2025-04-06T14:12:43Z
0.3.0
<h3>Breaking changes</h3>
<ul>
<li>Drop support for PowerShell 7.2 and 7.3 (<a href="https://github.com/getsentry/sentry-powershell/pull/71" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/71/hovercard">#71</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Attachments support regression introduced in v0.2.0 (<a href="https://github.com/getsentry/sentry-powershell/pull/80" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/80/hovercard">#80</a>)</li>
<li>Diagnostic logs: exceptions didn't have full context (<a href="https://github.com/getsentry/sentry-powershell/pull/81" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/81/hovercard">#81</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Add support for PowerShell 7.5 (<a href="https://github.com/getsentry/sentry-powershell/pull/76" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/76/hovercard">#76</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Dotnet SDK from v4.13.0 to v5.4.0 (<a href="https://github.com/getsentry/sentry-powershell/pull/71" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/71/hovercard">#71</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/78" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/78/hovercard">#78</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/79" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/79/hovercard">#79</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#540">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-dotnet/compare/4.13.0...5.4.0">diff</a></li>
</ul>
</li>
</ul>
sentry-release-bot[bot]
tag:github.com,2008:Repository/755140913/0.2.1
2025-01-30T10:34:56Z
0.2.1
<h3>Fixes</h3>
<ul>
<li>Capture doesn't work if <code>-Debug</code> wasn't set (<a href="https://github.com/getsentry/sentry-powershell/pull/74" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/74/hovercard">#74</a>)</li>
<li>Don't log debug messages if <code>-Debug</code> wasn't set (<a href="https://github.com/getsentry/sentry-powershell/pull/75" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/75/hovercard">#75</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Dotnet SDK from v4.12.1 to v4.13.0 (<a href="https://github.com/getsentry/sentry-powershell/pull/69" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/69/hovercard">#69</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#4130">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-dotnet/compare/4.12.1...4.13.0">diff</a></li>
</ul>
</li>
</ul>
getsentry-bot
tag:github.com,2008:Repository/755140913/0.2.0
2024-10-23T17:28:38Z
0.2.0
<h3>Features</h3>
<ul>
<li>Send events to Sentry fully synchronously (<a href="https://github.com/SummitHosting/sentry-powershell/pull/59">#59</a>, <a href="https://github.com/SummitHosting/sentry-powershell/pull/62">#62</a>)</li>
<li>Add StackTrace context to frames coming from inline script/command (<a href="https://github.com/getsentry/sentry-powershell/pull/65" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/65/hovercard">#65</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>StackTrace parsing on Windows PowerShell 5.1 (<a href="https://github.com/getsentry/sentry-powershell/pull/50" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/50/hovercard">#50</a>)</li>
<li>Fix out of bounds context for short scripts (<a href="https://github.com/getsentry/sentry-powershell/pull/58" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/58/hovercard">#58</a>)</li>
<li>Windows PowerShell needs both unsafe 4.5.3 and 6.0.0 dll (<a href="https://github.com/getsentry/sentry-powershell/pull/61" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/61/hovercard">#61</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Dotnet SDK from v4.4.0 to v4.12.1 (<a href="https://github.com/getsentry/sentry-powershell/pull/47" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/47/hovercard">#47</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/51" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/51/hovercard">#51</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/52" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/52/hovercard">#52</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/53" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/53/hovercard">#53</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/54" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/54/hovercard">#54</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/57" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/57/hovercard">#57</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#4121">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-dotnet/compare/4.4.0...4.12.1">diff</a></li>
</ul>
</li>
</ul>
getsentry-bot
tag:github.com,2008:Repository/755140913/0.1.0
2024-04-16T17:24:18Z
0.1.0
<h3>Features</h3>
<ul>
<li>Send events synchronously so they're not lost when the script exits (<a href="https://github.com/getsentry/sentry-powershell/pull/39" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/39/hovercard">#39</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Transaction sampling (<a href="https://github.com/getsentry/sentry-powershell/pull/41" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/41/hovercard">#38</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Dotnet SDK from v4.1.2 to v4.4.0 (<a href="https://github.com/getsentry/sentry-powershell/pull/44" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/44/hovercard">#44</a>, <a href="https://github.com/getsentry/sentry-powershell/pull/45" data-hovercard-type="pull_request" data-hovercard-url="/getsentry/sentry-powershell/pull/45/hovercard">#45</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#440">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-dotnet/compare/4.1.2...4.4.0">diff</a></li>
</ul>
</li>
</ul>
getsentry-bot
tag:github.com,2008:Repository/755140913/0.0.2
2024-04-16T17:16:08Z
0.0.2
<h3>Various fixes & improvements</h3>
<ul>
<li>add changelog (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/getsentry/sentry-powershell/commit/c5bcf21844a8d8150e62fc05786643f8fa48e0ca/hovercard" href="https://github.com/getsentry/sentry-powershell/commit/c5bcf21844a8d8150e62fc05786643f8fa48e0ca"><tt>c5bcf21</tt></a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vaind/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vaind">@vaind</a></li>
<li>chore: use env file to change craft log level (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/getsentry/sentry-powershell/commit/4431f857ce5c7064c877781cd1c9be09f3dabd94/hovercard" href="https://github.com/getsentry/sentry-powershell/commit/4431f857ce5c7064c877781cd1c9be09f3dabd94"><tt>4431f85</tt></a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vaind/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vaind">@vaind</a></li>
<li>chore: change craft log level to trace (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/getsentry/sentry-powershell/commit/77ffea0c09d03cb13f07b3c6dc959dc0254b1dfc/hovercard" href="https://github.com/getsentry/sentry-powershell/commit/77ffea0c09d03cb13f07b3c6dc959dc0254b1dfc"><tt>77ffea0</tt></a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vaind/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vaind">@vaind</a></li>
<li>docs: add sentry psgallery link (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/getsentry/sentry-powershell/commit/bd550ba56ec30668345bb6df6e510bbbcc00ea44/hovercard" href="https://github.com/getsentry/sentry-powershell/commit/bd550ba56ec30668345bb6df6e510bbbcc00ea44"><tt>bd550ba</tt></a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vaind/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vaind">@vaind</a></li>
<li>fixup psd links (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/getsentry/sentry-powershell/commit/9b04cf8a0b18a7cd946e234a30a5a12461bae377/hovercard" href="https://github.com/getsentry/sentry-powershell/commit/9b04cf8a0b18a7cd946e234a30a5a12461bae377"><tt>9b04cf8</tt></a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vaind/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vaind">@vaind</a></li>
</ul>
vaind
tag:github.com,2008:Repository/755140913/0.0.1
2024-02-29T19:32:19Z
0.0.1: ci: release (#31)
<ul>
<li>
<p>release CI and cract config</p>
</li>
<li>
<p>separate module build step</p>
</li>
<li>
<p>add missing dep</p>
</li>
<li>
<p>fix extract path</p>
</li>
<li>
<p>fixup version</p>
</li>
<li>
<p>update build branch filter</p>
</li>
<li>
<p>move module to modules/Sentry</p>
</li>
<li>
<p>fixup release archive content</p>
</li>
<li>
<p>try to use zip instead of compress-archive</p>
</li>
<li>
<p>fixups</p>
</li>
<li>
<p>cleanup</p>
</li>
</ul>
vaind