Skip to content

Commit

Permalink
[TIMOB-25955] Support iOS crash analytics refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Aug 17, 2018
1 parent 9f64806 commit 6b37366
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iphone/Classes/APSAnalytics/APSAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ extern NSString * const APSDeployTypeProduction;
- (void)sendAppFeatureEvent:(NSString *)eventName
payload:(NSDictionary *)payload;

/**
* Sends a crash event.
* @param payload crash data to send.
*/
- (void)sendAppCrashEvent:(NSDictionary *)payload;

/**
* Enables Analytics with a given app-key and deploy-type.
* @param appKey The APSAnalytics app-key.
Expand Down
Binary file modified iphone/Classes/APSAnalytics/libAPSAnalytics.a
Binary file not shown.

0 comments on commit 6b37366

Please sign in to comment.