Sentry.initのConfiguration
docs
#WIP
dsn
debug
release
environment
tunnel
sampleRate ref
errorを送る率
defaultは1.0
どのerrorが送られるかはランダムに決まる
Sentryで通知の量を減らす工夫
maxBreadcrumbs ref
SentryのBreadcrumbsの送る最大数
defaultは100
これってSentryのPricingに影響するのだろうか #??
attachStacktrace
sendDefaultPii
denyUrls
Sentryで通知の量を減らす工夫
allowUrls
autoSessionTracking
maxValueLength
normalizeDepth
normalizeMaxBreadth
enabled
integrations
defaultIntegrations
beforeSend
beforeBreadcrumb
transport
shutdownTimeout
tracesSampler
experimental
enableNative
autoInitializeNativeSdk
enableNativeCrashHandling
enableNativeNagger
enableAutoSessionTracking
sessionTrackingIntervalMillis
enableNdkScopeSync
attachThreads
enableAutoPerformanceTracking
enableOutOfMemoryTracking
onReady
tracesSampleRate
transactionを送る割合の指定
errorの話ではないmrsekut.icon
Sentry.init()内で指定する
defaultでは1.0(100%)になっている
https://docs.sentry.io/platforms/javascript/guides/nextjs/performance/#configure-the-sample-rate
maxBreadcrumbs
https://docs.sentry.io/platforms/react-native/configuration/options/
https://docs.sentry.io/platforms/react-native/configuration/filtering/