Sentry key build/run issue
See original GitHub issueHi esteemed Artsy crew! I’m an iOS engineer wanting to get familiar with your codebase and how things work as part of our research into React Native.
Following the build instructions for Eigen, I get stuck on the bundle exec pod install
step, because cocoapods-keys
prompts me to enter the keys for SentryProductionDSN
and SentryStagingDSN
. I don’t know what I should be entering here.
If I enter a random string, each as abcdefgh, then the pod install
completes successfully, but at startup the code throws an exception in [ARSentryAnalyticsProvider initWithDSN:]
with the message 'Unable to initialize a SentryClient SDK: Error Domain=SentryErrorDomain Code=100 “Project ID path component of DSN is missing”
Am I missing something?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Encountered Two Children with the Same Key — React Fix
The Problem When you are rendering React components in a map function ... One of the most common mistakes is using an object...
Read more >Manage your Event Stream - Docs - Sentry Documentation
Optimize your Event Grouping. Proper grouping of events into issues is essential for maintaining a meaningful Issue Stream, gaining accurate visibility into the ......
Read more >Country Select | Lost Key or Combination | SentrySafe
Select country for requesting a key replacement and a combination recovery for your SentrySafe product with our quick-and-easy replacement and recovery ...
Read more >AWS releases Finch: An open source client for container ...
A key reason docker became as popular as it is and thus ... For the core build/run/push/pull commands, Finch depends upon nerdctl to...
Read more >jenkins build result variable
Update the ansible playbook extra variable in key field ( which is FS_NAME ... To help on Jenkins or Hudson issues there are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also, let me know if you + your team want to come over for a happy hour (every Thursday at 6, during summer) to chat about it in person
Hello there! I’ve just submitted a PR #2398 fixing this, you’re welcome to either checkout that branch or make similar changes. Our OSS builds get our of sync with our internal builds every so often, so thanks for letting us know.