Skip to content

Commit fe18afd

Browse files
authored
[102] Disable Sentry transaction events (#103)
* Set the traces sample rate to 0 * Bump patch version
1 parent 6881699 commit fe18afd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SteamcLog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SteamcLog'
11-
s.version = '1.0.0'
11+
s.version = '1.0.1'
1212
s.summary = 'A short description of SteamcLog.'
1313

1414
# This description is used to generate tags and improve search results.

SteamcLog/Classes/SteamcLog.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public struct SteamcLog {
4747
options.debug = config.sentryDebug
4848
options.attachStacktrace = config.sentryAttachStacktrace
4949
options.enableAutoSessionTracking = config.sentryAutoSessionTracking
50+
options.tracesSampleRate = 0.0
5051
}
5152

5253
sentryDestination = SentryDestination(identifier: "steamclog.sentryDestination")

0 commit comments

Comments
 (0)