Skip to content

Commit

Permalink
added exception userinfo to payload
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Jun 3, 2011
1 parent c8cba9b commit e0117eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hoptoadnotifier/HTFunctions.m
Expand Up @@ -90,6 +90,7 @@ void ht_handle_exception(NSException *exception) {
#endif

// environment info
[[HTNotifier sharedNotifier] setEnvironmentValue:[[exception userInfo] description] forKey:@"Exception"];
NSDictionary *environmentInfo = [[HTNotifier sharedNotifier] environmentInfo];
[dictionary setObject:environmentInfo forKey:@"environment info"];

Expand Down

0 comments on commit e0117eb

Please sign in to comment.