Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom data to be send along with logs and crash reports #9

Merged
merged 1 commit into from Jan 30, 2015
Merged

Conversation

janten
Copy link
Contributor

@janten janten commented Jan 23, 2015

This change adds support for arbitrary pairs of keys and values to be added to RollbarConfig by calling -[RollbarConfig setValue:(id)value forKey:(NSString)* key]. The data is saved to disk whenever it is changed and loaded from the cache if a new instance of RollbarConfig is initialized with -initWithLoadedConfiguration. Custom data is send along with any log or crash report.

A value can be removed by calling -setValue:forKey: with a nil value.

@coryvirok
Copy link
Contributor

Thanks for the PR! I'll take a look later today or early tomorrow.

coryvirok added a commit that referenced this pull request Jan 30, 2015
Add support for custom data to be send along with logs and crash reports
@coryvirok coryvirok merged commit 99a640a into rollbar:master Jan 30, 2015
@brianr
Copy link
Member

brianr commented Feb 3, 2015

Released in 0.1.3. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants