zworld-em/Plugins/sentry-unreal/Source/ThirdParty/Mac/include/Sentry/SentryAutoSessionTrackingIntegration.h
2025-05-11 22:07:21 +08:00

17 lines
317 B
Objective-C

#import "SentryBaseIntegration.h"
#import "SentrySwift.h"
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
* Automatically tracks session start and end.
*/
@interface SentryAutoSessionTrackingIntegration : SentryBaseIntegration <SentryIntegrationProtocol>
- (void)stop;
@end
NS_ASSUME_NONNULL_END