Skip to content

Commit 6a6a28a

Browse files
authored
fix(apple): Fix undefined variable in config block (#15843)
Example does not compile. Align yielded block variable name in scope and match Objective-C name
1 parent 05c5897 commit 6a6a28a

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/performance/traces-sampler-as-sampler

1 file changed

+1
-1
lines changed

platform-includes/performance/traces-sampler-as-sampler/apple.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```swift {tabTitle:Swift}
22
import Sentry
33

4-
SentrySDK.start { configureOptions in
4+
SentrySDK.start { options in
55
options.dsn = "___PUBLIC_DSN___"
66

77
// To set a uniform sample rate

0 commit comments

Comments
 (0)