Sathyan-KM

Results 6 comments of Sathyan-KM

@brustolin I am using below function ```swift SentrySDK.start { options in options.dsn = "url" options.debug = true // Enabled debug when first installing is always helpful options.tracesSampleRate = 1.0 }...

@brustolin There is one more issue, A particular API is failing due to its size ```swift https://o4506195255230464.ingest.sentry.io/api/4506222903427072/envelope/ ``` error ``` { "detail": "envelope exceeded size limits for type 'event' (https://develop.sentry.dev/sdk/envelopes/#size-limits)"...

Hi @brustolin , Yes nothing else. I have integrated sentry via cocoapod ``` pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.15.2' ``` But I can see from podfile.lock that sentry...

Closing this issue as there is no update from you @rish07

@ivan-pavlovic This is fixed in version 6.7.9.

Closing the issue as there is no response from you @mulaXyun