Skip to content

Commit b55314d

Browse files
committed
DEMRUM-774 Added sample GlobalAttributes to AgentTestApp
1 parent 73e283b commit b55314d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Applications/AgentTestApp/AgentTestApp/AppDelegate.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3333
deploymentEnvironment: "dev"
3434
)
3535
.enableDebugLogging(true)
36+
.globalAttributes(MutableAttributes(dictionary: [
37+
"teststring": .string("value"),
38+
"testint": .int(100)]))
3639

3740
_ = SplunkRum.install(with: agentConfig)
3841

0 commit comments

Comments
 (0)