You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using sentry.io, please post a link to your issue so we can take a look:
[Link to issue]
Configuration:
(@sentry/react-native)
Sentry.init({
dsn: 'https://[email protected]/...'
// other options
});
or
(react-native-sentry)
Sentry.config(
'https://[email protected]/...'
// other options
).install();
I have the following issue:
[Description]
I am trying to install Sentry with Cocoapods in a React Native project. I have it installed and configured using the sentry-wizard. The configuration was successful. On running pod install in the iOS directory, I get the error below: Steps to reproduce:
Install sentry react native
Configure the project with the wizard
Run pod install
Actual result:
[!] Error installing Sentry
[!] /usr/bin/git clone https://github.com/getsentry/sentry-cocoa.git /var/folders/55/hk1l5pn11p76d9_80q8r02080000gn/T/d20201013-63636-tqjy6s --template= --single-branch --depth 1 --branch 5.2.2
Cloning into '/var/folders/55/hk1l5pn11p76d9_80q8r02080000gn/T/d20201013-63636-tqjy6s'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Expected result:
Success
The text was updated successfully, but these errors were encountered:
Looks like your Github access is possibly set up wrong? sentry-cocoa is a public repository to clone, this doesn't look like an issue with our SDK. You can maybe see if this helps: jkbrzt/cloudtunes#46, or you can try manually cloning the sentry-cocoa repo and see if there are any issues there.
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 0.0.0
react-native
version: 0.0.0Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
[Link to issue]
Configuration:
(
@sentry/react-native
)or
(
react-native-sentry
)I have the following issue:
[Description]
pod install
in the iOS directory, I get the error below:Steps to reproduce:
pod install
Actual result:
Expected result:
Success
The text was updated successfully, but these errors were encountered: