forked from apereo/cas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit ff654d6
authored
chore(deps): bump sentry from 8.18.0 to 8.19.0
Bumps `sentry` from 8.18.0 to 8.19.0.
Updates `io.sentry:sentry-log4j2` from 8.18.0 to 8.19.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/getsentry/sentry-java/releases">io.sentry:sentry-log4j2's releases</a>.</em></p>
<blockquote>
<h2>8.19.0</h2>
<h3>Features</h3>
<ul>
<li>Add a <code>isEnableSystemEventBreadcrumbsExtras</code> option to disable reporting system events extras for breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4625">#4625</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Session Replay: Use main thread looper to schedule replay capture (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4542">#4542</a>)</li>
<li>Use single <code>LifecycleObserver</code> and multi-cast it to the integrations interested in lifecycle states (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4567">#4567</a>)</li>
<li>Add <code>sentry.origin</code> attribute to logs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4618">#4618</a>)
<ul>
<li>This helps identify which integration captured a log event</li>
</ul>
</li>
<li>Prewarm <code>SentryExecutorService</code> for better performance at runtime (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4606">#4606</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Cache network capabilities and status to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4560">#4560</a>)</li>
<li>Deduplicate battery breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4561">#4561</a>)</li>
<li>Remove unused method in ManifestMetadataReader (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4585">#4585</a>)</li>
<li>Have single <code>NetworkCallback</code> registered at a time to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4562">#4562</a>)</li>
<li>Do not register for SystemEvents and NetworkCallbacks immediately when launched with non-foreground importance (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4579">#4579</a>)</li>
<li>Limit ProGuard keep rules for native methods within <code>sentry-android-ndk</code> to the <code>io.sentry.**</code> namespace. (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4427">#4427</a>)
<ul>
<li>If you relied on the Sentry SDK to keep native method names for JNI compatibility within your namespace, please review your ProGuard rules and ensure the configuration still works. Especially when you're not consuming any of the default Android proguard rules (<code>proguard-android.txt</code> or <code>proguard-android-optimize.txt</code>) the following config should be present:</li>
</ul>
<pre><code>-keepclasseswithmembernames class * {
native <methods>;
}
</code></pre>
</li>
<li>Fix abstract method error in <code>SentrySupportSQLiteDatabase</code> (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4597">#4597</a>)</li>
<li>Ensure frame metrics listeners are registered/unregistered on the main thread (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4582">#4582</a>)</li>
<li>Do not report cached events as lost (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4575">#4575</a>)
<ul>
<li>Previously events were recorded as lost early despite being retried later through the cache</li>
</ul>
</li>
<li>Move and flush unfinished previous session on init (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4624">#4624</a>)
<ul>
<li>This removes the need for unnecessary blocking our background queue for 15 seconds in the case of a background app start</li>
</ul>
</li>
<li>Switch to compileOnly dependency for compose-ui-material (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4630">#4630</a>)
<ul>
<li>This fixes <code>StackOverflowError</code> when using OSS Licenses plugin</li>
</ul>
</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Native SDK from v0.8.4 to v0.10.0 (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4623">#4623</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-native/compare/0.8.4...0.10.0">diff</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md">io.sentry:sentry-log4j2's changelog</a>.</em></p>
<blockquote>
<h2>8.19.0</h2>
<h3>Features</h3>
<ul>
<li>Add a <code>isEnableSystemEventBreadcrumbsExtras</code> option to disable reporting system events extras for breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4625">#4625</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Session Replay: Use main thread looper to schedule replay capture (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4542">#4542</a>)</li>
<li>Use single <code>LifecycleObserver</code> and multi-cast it to the integrations interested in lifecycle states (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4567">#4567</a>)</li>
<li>Add <code>sentry.origin</code> attribute to logs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4618">#4618</a>)
<ul>
<li>This helps identify which integration captured a log event</li>
</ul>
</li>
<li>Prewarm <code>SentryExecutorService</code> for better performance at runtime (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4606">#4606</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Cache network capabilities and status to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4560">#4560</a>)</li>
<li>Deduplicate battery breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4561">#4561</a>)</li>
<li>Remove unused method in ManifestMetadataReader (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4585">#4585</a>)</li>
<li>Have single <code>NetworkCallback</code> registered at a time to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4562">#4562</a>)</li>
<li>Do not register for SystemEvents and NetworkCallbacks immediately when launched with non-foreground importance (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4579">#4579</a>)</li>
<li>Limit ProGuard keep rules for native methods within <code>sentry-android-ndk</code> to the <code>io.sentry.**</code> namespace. (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4427">#4427</a>)
<ul>
<li>If you relied on the Sentry SDK to keep native method names for JNI compatibility within your namespace, please review your ProGuard rules and ensure the configuration still works. Especially when you're not consuming any of the default Android proguard rules (<code>proguard-android.txt</code> or <code>proguard-android-optimize.txt</code>) the following config should be present:</li>
</ul>
<pre><code>-keepclasseswithmembernames class * {
native <methods>;
}
</code></pre>
</li>
<li>Fix abstract method error in <code>SentrySupportSQLiteDatabase</code> (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4597">#4597</a>)</li>
<li>Ensure frame metrics listeners are registered/unregistered on the main thread (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4582">#4582</a>)</li>
<li>Do not report cached events as lost (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4575">#4575</a>)
<ul>
<li>Previously events were recorded as lost early despite being retried later through the cache</li>
</ul>
</li>
<li>Move and flush unfinished previous session on init (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4624">#4624</a>)
<ul>
<li>This removes the need for unnecessary blocking our background queue for 15 seconds in the case of a background app start</li>
</ul>
</li>
<li>Switch to compileOnly dependency for compose-ui-material (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4630">#4630</a>)
<ul>
<li>This fixes <code>StackOverflowError</code> when using OSS Licenses plugin</li>
</ul>
</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Native SDK from v0.8.4 to v0.10.0 (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4623">#4623</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-native/compare/0.8.4...0.10.0">diff</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/getsentry/sentry-java/commit/b160f57bde47b02fb7fd917b21a7f3d800d2400f"><code>b160f57</code></a> release: 8.19.0</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/73a292300d7a67cfa50aea15d6de2034a74b280f"><code>73a2923</code></a> chore(breadcrumbs): Add an option to disable reporting system events extras f...</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/5625283d77142a289a21dc41d79c987b1928e1ed"><code>5625283</code></a> fix(sessions): Move and flush unfinished previous session on init (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4624">#4624</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/7f16a2cb7abe035fdb7818714f7cd54f8f59918b"><code>7f16a2c</code></a> fix(compose): Switch to compileOnly dependency for compose-ui-material (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4630">#4630</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/4d4e343b6aabb394a84de3b1b99e2fc5cd77cffc"><code>4d4e343</code></a> chore: update scripts/update-sentry-native-ndk.sh to 0.10.0 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4623">#4623</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/33a1039a863b93c00b8b66ba6e009ec02006bcd2"><code>33a1039</code></a> build(deps): bump gradle/actions from 4.4.1 to 4.4.2 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4629">#4629</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/b2f3b49f1a0f5ec64c624d90c6e3e9fe7ba9e318"><code>b2f3b49</code></a> build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4628">#4628</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/6e82189b185930d159beb920a2c5efb96bd9738b"><code>6e82189</code></a> build(deps): bump github/codeql-action from 3.29.2 to 3.29.8 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4627">#4627</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/8fe86449a8bcf233fc632ce5f617eb41e256e682"><code>8fe8644</code></a> build(deps): bump actions/download-artifact from 4 to 5 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4626">#4626</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/e2b7f445ae00e139b3a3da74d875756106c4e290"><code>e2b7f44</code></a> Do not report cached events as lost (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4575">#4575</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-java/compare/8.18.0...8.19.0">compare view</a></li>
</ul>
</details>
<br />
Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 8.18.0 to 8.19.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/getsentry/sentry-java/releases">io.sentry:sentry-spring-boot-starter-jakarta's releases</a>.</em></p>
<blockquote>
<h2>8.19.0</h2>
<h3>Features</h3>
<ul>
<li>Add a <code>isEnableSystemEventBreadcrumbsExtras</code> option to disable reporting system events extras for breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4625">#4625</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Session Replay: Use main thread looper to schedule replay capture (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4542">#4542</a>)</li>
<li>Use single <code>LifecycleObserver</code> and multi-cast it to the integrations interested in lifecycle states (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4567">#4567</a>)</li>
<li>Add <code>sentry.origin</code> attribute to logs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4618">#4618</a>)
<ul>
<li>This helps identify which integration captured a log event</li>
</ul>
</li>
<li>Prewarm <code>SentryExecutorService</code> for better performance at runtime (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4606">#4606</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Cache network capabilities and status to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4560">#4560</a>)</li>
<li>Deduplicate battery breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4561">#4561</a>)</li>
<li>Remove unused method in ManifestMetadataReader (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4585">#4585</a>)</li>
<li>Have single <code>NetworkCallback</code> registered at a time to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4562">#4562</a>)</li>
<li>Do not register for SystemEvents and NetworkCallbacks immediately when launched with non-foreground importance (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4579">#4579</a>)</li>
<li>Limit ProGuard keep rules for native methods within <code>sentry-android-ndk</code> to the <code>io.sentry.**</code> namespace. (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4427">#4427</a>)
<ul>
<li>If you relied on the Sentry SDK to keep native method names for JNI compatibility within your namespace, please review your ProGuard rules and ensure the configuration still works. Especially when you're not consuming any of the default Android proguard rules (<code>proguard-android.txt</code> or <code>proguard-android-optimize.txt</code>) the following config should be present:</li>
</ul>
<pre><code>-keepclasseswithmembernames class * {
native <methods>;
}
</code></pre>
</li>
<li>Fix abstract method error in <code>SentrySupportSQLiteDatabase</code> (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4597">#4597</a>)</li>
<li>Ensure frame metrics listeners are registered/unregistered on the main thread (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4582">#4582</a>)</li>
<li>Do not report cached events as lost (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4575">#4575</a>)
<ul>
<li>Previously events were recorded as lost early despite being retried later through the cache</li>
</ul>
</li>
<li>Move and flush unfinished previous session on init (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4624">#4624</a>)
<ul>
<li>This removes the need for unnecessary blocking our background queue for 15 seconds in the case of a background app start</li>
</ul>
</li>
<li>Switch to compileOnly dependency for compose-ui-material (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4630">#4630</a>)
<ul>
<li>This fixes <code>StackOverflowError</code> when using OSS Licenses plugin</li>
</ul>
</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Native SDK from v0.8.4 to v0.10.0 (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4623">#4623</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-native/compare/0.8.4...0.10.0">diff</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md">io.sentry:sentry-spring-boot-starter-jakarta's changelog</a>.</em></p>
<blockquote>
<h2>8.19.0</h2>
<h3>Features</h3>
<ul>
<li>Add a <code>isEnableSystemEventBreadcrumbsExtras</code> option to disable reporting system events extras for breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4625">#4625</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Session Replay: Use main thread looper to schedule replay capture (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4542">#4542</a>)</li>
<li>Use single <code>LifecycleObserver</code> and multi-cast it to the integrations interested in lifecycle states (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4567">#4567</a>)</li>
<li>Add <code>sentry.origin</code> attribute to logs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4618">#4618</a>)
<ul>
<li>This helps identify which integration captured a log event</li>
</ul>
</li>
<li>Prewarm <code>SentryExecutorService</code> for better performance at runtime (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4606">#4606</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Cache network capabilities and status to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4560">#4560</a>)</li>
<li>Deduplicate battery breadcrumbs (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4561">#4561</a>)</li>
<li>Remove unused method in ManifestMetadataReader (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4585">#4585</a>)</li>
<li>Have single <code>NetworkCallback</code> registered at a time to reduce IPC calls (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4562">#4562</a>)</li>
<li>Do not register for SystemEvents and NetworkCallbacks immediately when launched with non-foreground importance (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4579">#4579</a>)</li>
<li>Limit ProGuard keep rules for native methods within <code>sentry-android-ndk</code> to the <code>io.sentry.**</code> namespace. (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4427">#4427</a>)
<ul>
<li>If you relied on the Sentry SDK to keep native method names for JNI compatibility within your namespace, please review your ProGuard rules and ensure the configuration still works. Especially when you're not consuming any of the default Android proguard rules (<code>proguard-android.txt</code> or <code>proguard-android-optimize.txt</code>) the following config should be present:</li>
</ul>
<pre><code>-keepclasseswithmembernames class * {
native <methods>;
}
</code></pre>
</li>
<li>Fix abstract method error in <code>SentrySupportSQLiteDatabase</code> (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4597">#4597</a>)</li>
<li>Ensure frame metrics listeners are registered/unregistered on the main thread (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4582">#4582</a>)</li>
<li>Do not report cached events as lost (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4575">#4575</a>)
<ul>
<li>Previously events were recorded as lost early despite being retried later through the cache</li>
</ul>
</li>
<li>Move and flush unfinished previous session on init (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4624">#4624</a>)
<ul>
<li>This removes the need for unnecessary blocking our background queue for 15 seconds in the case of a background app start</li>
</ul>
</li>
<li>Switch to compileOnly dependency for compose-ui-material (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4630">#4630</a>)
<ul>
<li>This fixes <code>StackOverflowError</code> when using OSS Licenses plugin</li>
</ul>
</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump Native SDK from v0.8.4 to v0.10.0 (<a href="https://redirect.github.com/getsentry/sentry-java/pull/4623">#4623</a>)
<ul>
<li><a href="https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100">changelog</a></li>
<li><a href="https://github.com/getsentry/sentry-native/compare/0.8.4...0.10.0">diff</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/getsentry/sentry-java/commit/b160f57bde47b02fb7fd917b21a7f3d800d2400f"><code>b160f57</code></a> release: 8.19.0</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/73a292300d7a67cfa50aea15d6de2034a74b280f"><code>73a2923</code></a> chore(breadcrumbs): Add an option to disable reporting system events extras f...</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/5625283d77142a289a21dc41d79c987b1928e1ed"><code>5625283</code></a> fix(sessions): Move and flush unfinished previous session on init (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4624">#4624</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/7f16a2cb7abe035fdb7818714f7cd54f8f59918b"><code>7f16a2c</code></a> fix(compose): Switch to compileOnly dependency for compose-ui-material (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4630">#4630</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/4d4e343b6aabb394a84de3b1b99e2fc5cd77cffc"><code>4d4e343</code></a> chore: update scripts/update-sentry-native-ndk.sh to 0.10.0 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4623">#4623</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/33a1039a863b93c00b8b66ba6e009ec02006bcd2"><code>33a1039</code></a> build(deps): bump gradle/actions from 4.4.1 to 4.4.2 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4629">#4629</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/b2f3b49f1a0f5ec64c624d90c6e3e9fe7ba9e318"><code>b2f3b49</code></a> build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4628">#4628</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/6e82189b185930d159beb920a2c5efb96bd9738b"><code>6e82189</code></a> build(deps): bump github/codeql-action from 3.29.2 to 3.29.8 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4627">#4627</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/8fe86449a8bcf233fc632ce5f617eb41e256e682"><code>8fe8644</code></a> build(deps): bump actions/download-artifact from 4 to 5 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4626">#4626</a>)</li>
<li><a href="https://github.com/getsentry/sentry-java/commit/e2b7f445ae00e139b3a3da74d875756106c4e290"><code>e2b7f44</code></a> Do not report cached events as lost (<a href="https://redirect.github.com/getsentry/sentry-java/issues/4575">#4575</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-java/compare/8.18.0...8.19.0">compare view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>1 parent 67dbf3b commit ff654d6Copy full SHA for ff654d6
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- gradle
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments