We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6881699 commit fe18afdCopy full SHA for fe18afd
SteamcLog.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'SteamcLog'
11
- s.version = '1.0.0'
+ s.version = '1.0.1'
12
s.summary = 'A short description of SteamcLog.'
13
14
# This description is used to generate tags and improve search results.
SteamcLog/Classes/SteamcLog.swift
@@ -47,6 +47,7 @@ public struct SteamcLog {
47
options.debug = config.sentryDebug
48
options.attachStacktrace = config.sentryAttachStacktrace
49
options.enableAutoSessionTracking = config.sentryAutoSessionTracking
50
+ options.tracesSampleRate = 0.0
51
}
52
53
sentryDestination = SentryDestination(identifier: "steamclog.sentryDestination")
0 commit comments