17 lines
		
	
	
		
			317 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			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
 |