-
Notifications
You must be signed in to change notification settings - Fork 1
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
Share log file #133
Share log file #133
Conversation
24d9997
to
7b53a64
Compare
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.
🐳
private const val SENTRY_DSN = | ||
"https://9dcd83d9519844188803aa817cdcd416@o155150.ingest.sentry.io/5619989" |
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.
Should this be a configuration ?
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.
I believe it's the same for all our variations of the app. Then Sentry splits the data by application ID.
<<<<<<< HEAD | ||
configureDescriptorAutoUpdate = appWorkerManager::configureDescriptorAutoUpdate, | ||
fetchDescriptorUpdate = appWorkerManager::fetchDescriptorUpdate, | ||
======= | ||
shareFile = ::shareFile, | ||
>>>>>>> ec8eb37 (Share log file) |
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.
😕
No description provided.