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 f6701a6 commit 7d2b6b4Copy full SHA for 7d2b6b4
sentry/src/test/java/io/sentry/util/DebugMetaPropertiesApplierTest.kt
@@ -74,7 +74,8 @@ class DebugMetaPropertiesApplierTest {
74
// properties2 should end up being the ones set
75
properties2.setProperty("io.sentry.distribution.project-slug", "project-from-second")
76
77
- // properties3 also has distribution properties but since properties2 was first they are ignored.
+ // properties3 also has distribution properties but since properties2 was first they are
78
+ // ignored.
79
properties3.setProperty("io.sentry.distribution.project-slug", "project-from-third")
80
81
val options = SentryOptions()
0 commit comments