Skip to content

Commit 5ca9da0

Browse files
Update log message to communicate the custom spotlight url used clearly
Co-authored-by: LucasZF <[email protected]>
1 parent 9e58c9b commit 5ca9da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ios/RNSentry.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ - (SentryOptions *_Nullable)createOptionsWithDictionary:(NSDictionary *_Nonnull)
166166
if ([mutableOptions valueForKey:@"spotlight"] != nil) {
167167
id spotlightValue = [mutableOptions valueForKey:@"spotlight"];
168168
if ([spotlightValue isKindOfClass:[NSString class]]) {
169-
NSLog(@"The value is a string: %@", spotlightValue);
169+
NSLog(@"Using Spotlight on address: %@", spotlightValue);
170170
sentryOptions.enableSpotlight = true;
171171
sentryOptions.spotlightUrl = spotlightValue;
172172
} else if ([spotlightValue isKindOfClass:[NSNumber class]]) {

0 commit comments

Comments
 (0)