Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kryštof Woldřich <[email protected]>
  • Loading branch information
lucas-zimerman and krystofwoldrich authored Jul 7, 2023
1 parent b59c0a4 commit 8e44c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Dependencies

- Bump Sentry Android SDK to `6.97.0` ([#406](https://github.com/getsentry/sentry-capacitor/pull/406))
- Bump Sentry Android SDK to `6.19.0` ([#406](https://github.com/getsentry/sentry-capacitor/pull/406))
- [changelog](https://github.com/getsentry/sentry-java/releases/tag/6.19.0)
- [diff](https://github.com/getsentry/sentry-java/compare/6.17.0...6.19.0)
- Bump sentry-cocoa SDK to `8.8.0` ([#397](https://github.com/getsentry/sentry-capacitor/pull/397))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void initNativeSdk(final PluginCall call) {

options.setSentryClientName(sdkVersion.getName() + "/" + sdkVersion.getVersion());
options.setNativeSdkName(NATIVE_SDK_NAME);
options.setSdkVersion(sdkVersion);

String dsn = capOptions.getString("dsn") != null ? capOptions.getString("dsn") : "";
logger.info(String.format("Starting with DSN: '%s'", dsn));
Expand Down

0 comments on commit 8e44c56

Please sign in to comment.