Skip to content

🔨 Upgrade dependency @sentry/capacitor to v2#1456

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sentry-capacitor-2.x
Open

🔨 Upgrade dependency @sentry/capacitor to v2#1456
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sentry-capacitor-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/capacitor 1.5.02.4.1 age adoption passing confidence

Release Notes

getsentry/sentry-capacitor (@​sentry/capacitor)

v2.4.1

Compare Source

Fixes
  • Replay not being captured on Android (#​1028)

v2.4.0

Compare Source

v2.3.1

Compare Source

Fixes
  • iOS build error due to recent changes with Native Sentry Options (#​980)

v2.3.0

Compare Source

[!WARNING]
This release contains an issue where iOS builds will fail, please opt for a lower version or version 2.3.1 or newer.
See issue #​979 for more details.

Features
Dependencies

v2.2.0

Compare Source

Important Changes
  • fix(browser): Ensure IP address is only inferred by Relay if sendDefaultPii is true (#​957)

This release includes a fix for a behaviour change
that was originally introduced with v9 of the JavaScript SDK: User IP Addresses should only be added to Sentry events automatically,
if sendDefaultPii was set to true.

However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
To avoid making a major bump, the fix was patched on the current version and not by bumping to V10.
There is no API breakage involved and hence it is safe to update.
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
user IP addresses, if you set sendDefaultPii: true in your Sentry.init options.

We apologize for any inconvenience caused!

Features
  • Support for Swift Package Manager (#​938)
Dependencies

v2.1.0

Compare Source

Fixes
  • TypeScript build with strict rules couldn't find BrowserTransportOptions type (#​934)
Dependencies

v2.0.0

Compare Source

Features
  • Added support for Angular 20 #​910
  • Add experimental support for Log tracing (#​920)

To enable it add the following code to your Sentry Options:

Sentry.init({
  // other options...
  _experiments: {
    enableLogs: true,
  },
});

You can also filter the logs being collected by adding beforeSendLogs into _experiments

Sentry.init({
  // other options...
  _experiments: {
    enableLogs: true,
    beforeSendLog: log => {
      return log;
    },
  },
});
Breaking Change
  • Drop support for Capacitor 3, 4 and 5. (#​907)
Self Hosted
  • It is recommended to use Sentry Self Hosted version 25.2.0 or new for Sentry Capacitor V2 or newer
Dependencies
  • Bump Android SDK from v7.16.0 to v8.13.3
  • Bump Cocoa SDK from v8.48.0 to v8.51.1
  • Bump JavaScript SDKs from v8.55.0 to v9.27.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch from fe0b817 to 219f6fb Compare July 17, 2025 01:01
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch 2 times, most recently from c43b593 to cfc9fce Compare August 13, 2025 19:51
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch from cfc9fce to cee5884 Compare August 19, 2025 20:31
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch from cee5884 to 41f0c0c Compare August 31, 2025 12:11
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch 2 times, most recently from 154d69e to f642dd3 Compare September 17, 2025 19:21
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch from f642dd3 to d494d4b Compare September 25, 2025 23:41
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch from d494d4b to f73f7e8 Compare October 14, 2025 11:55
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch from f73f7e8 to f58d1e2 Compare October 21, 2025 19:44
@renovate renovate bot force-pushed the renovate/sentry-capacitor-2.x branch from f58d1e2 to 03232e1 Compare November 7, 2025 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants