Skip to content

Commit 0776883

Browse files
authored
[Sessions] Update Sessions User Agent for Optimization (#10335)
1 parent 5216525 commit 0776883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseCore/Sources/FIRApp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ + (void)registerSwiftComponents {
822822
// Dictionary of class names that conform to `FIRLibrary` and their user agents. These should only
823823
// be SDKs that are written in Swift but still visible to ObjC.
824824
NSDictionary<NSString *, NSString *> *swiftComponents = @{
825-
@"FIRSessions" : @"fire-sessions",
825+
@"FIRSessions" : @"fire-ses",
826826
@"FIRFunctionsComponent" : @"fire-fun",
827827
@"FIRStorageComponent" : @"fire-str",
828828
};

0 commit comments

Comments
 (0)