-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add event environment to extended reporting api, rename errorEnvironm…
…ent to eventEnvironment
- Loading branch information
Showing
59 changed files
with
485 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
AppMetricaCore/Sources/Model/Event/AMADummyErrorEnvironmentComposer.h
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
AppMetricaCore/Sources/Model/Event/AMADummyErrorEnvironmentComposer.m
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
AppMetricaCore/Sources/Model/Event/AMADummyEventEnvironmentComposer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
#import <Foundation/Foundation.h> | ||
#import "AMAEventEnvironmentComposer.h" | ||
|
||
@interface AMADummyEventEnvironmentComposer : NSObject <AMAEventEnvironmentComposer> | ||
|
||
@end |
11 changes: 11 additions & 0 deletions
11
AppMetricaCore/Sources/Model/Event/AMADummyEventEnvironmentComposer.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
#import "AMADummyEventEnvironmentComposer.h" | ||
|
||
@implementation AMADummyEventEnvironmentComposer | ||
|
||
- (NSDictionary *)compose | ||
{ | ||
return nil; | ||
} | ||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.