-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentry Integration for SDK #278
base: main
Are you sure you want to change the base?
Conversation
…ass to handle sending of errors to sentry dashboard.
# Conflicts: # Example/Podfile.lock
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Generated by 🚫 Danger Swift against 4347f6e |
ErrorReporting.swift
Outdated
private init() { | ||
// setup sentry options | ||
let options = Sentry.Options() | ||
options.dsn = ArkanaKeys.Global.sENTRY_DSN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tobitech should this be SENTRY_DSN?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is autogenerated by the tool used to encrypt the Sentry DSN.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does the sdk know which sentry dsn to use on a partner's app? Not sure I fully understand this?
@@ -4,7 +4,7 @@ platform :ios, '13.0' | |||
target 'SmileID_Example' do | |||
pod 'SmileID', :path => '../' | |||
pod 'netfox' | |||
pod 'Sentry' | |||
pod 'Sentry', '~> 8.43.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to fix this to a specific Sentry version?
Story: https://app.shortcut.com/smileid/story/14626/
Summary
Known Issues
N/A.
Test Instructions
N/A.
Screenshot
N/A