Replies: 1 comment
|
Hey @franckOL what version of the SDK are you using? With Sentry.init({
// ...
transportOptions: {
caCerts: ...
},
}); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm able to set everthing for python sdk, but can't with javascript.
My init looks like:
{ "debug": true, "caCerts": "C:\\certs\\cet.pem" }And the sdk give me:
All reactions