File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
<SignInNote />
2
2
3
- ``` java {tabTitle: Java}
3
+ ``` java {tabTitle: Java} {"onboardingOptions": {"performance": "5-9"}}
4
4
import io.sentry.Sentry ;
5
5
6
6
Sentry . init(options - > {
@@ -13,7 +13,7 @@ Sentry.init(options -> {
13
13
});
14
14
```
15
15
16
- ``` kotlin {tabTitle: Kotlin}
16
+ ``` kotlin {tabTitle: Kotlin} {"onboardingOptions": {"performance": "5-9"}}
17
17
import io.sentry.Sentry
18
18
19
19
Sentry .init { options ->
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Provide a `sentry.dsn` property using either `application.properties` or `applic
4
4
5
5
<SignInNote />
6
6
7
- ``` properties {filename:application.properties}
7
+ ``` properties {filename:application.properties} {"onboardingOptions": {"performance": "2-6"}}
8
8
sentry.dsn =___PUBLIC_DSN___
9
9
10
10
# Set traces_sample_rate to 1.0 to capture 100%
@@ -13,7 +13,7 @@ sentry.dsn=___PUBLIC_DSN___
13
13
sentry.traces-sample-rate =1.0
14
14
```
15
15
16
- ``` yaml {filename:application.yml}
16
+ ``` yaml {filename:application.yml} {"onboardingOptions": {"performance": "3-7"}}
17
17
sentry :
18
18
dsn : ___PUBLIC_DSN___
19
19
Original file line number Diff line number Diff line change
1
+ <OnboardingOptionButtons
2
+ options = { [" error-monitoring" , " performance" ]}
3
+ />
4
+
1
5
``` groovy {filename:build.gradle}
2
6
plugins {
3
7
id "io.sentry.jvm.gradle" version "{{@inject packages.version('sentry.java.android.gradle-plugin', '3.12.0') }}"
Original file line number Diff line number Diff line change
1
+ <OnboardingOptionButtons
2
+ options = { [" error-monitoring" , " performance" ]}
3
+ />
4
+
1
5
``` xml {tabTitle:Maven (Spring Boot 2)}
2
6
<dependency >
3
7
<groupId >io.sentry</groupId >
You can’t perform that action at this time.
0 commit comments