Skip to content

Commit

Permalink
Updated SDK to v8.10.0, Added customer.type custom tag, renamed enabl…
Browse files Browse the repository at this point in the history
…eTimeToFullDisplay to enableTimeToFullDisplayTracing to enable in v8.10.0
  • Loading branch information
kpujjigit committed Aug 25, 2023
1 parent 760df89 commit 29d0831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmpowerPlant/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
options.enableTimeToFullDisplayTracing = true
}
SentrySDK.configureScope{ scope in
scope.setTag(value: "corporate", key: "customer.type")
scope.setTag(value: ["corporate", "enterprise", "self-serve"].randomElement() ?? "unknown", key: "customer.type")
}
return true
}
Expand Down

0 comments on commit 29d0831

Please sign in to comment.