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

Replace rollbar-ios with rollbar-apple #175

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

waltjones
Copy link
Contributor

Description of the change

Replaces rollbar-ios with rollbar-apple for iOS native support.

Note: This PR contains breaking changes and merges to the 1.0 rc PR, #169.

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Fixes:

Copy link
Contributor

@matux matux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

return RollbarLevel_Warning;
} else if ([value caseInsensitiveCompare:@"error"] == NSOrderedSame) {
return RollbarLevel_Error;
} else if ([value caseInsensitiveCompare:@"critical"] == NSOrderedSame) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious: You can't use the static funcs of the exported RollbarLevelUtil in RollbarLevel.h?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see those. I'll take a look.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will update this in #169.

@waltjones waltjones merged commit 569f3a5 into release/1.x Jun 28, 2023
waltjones added a commit that referenced this pull request Jul 10, 2023
* Version 1.0.0-rc.0

* handle NSNull in json argument (#170)

* support both web and native, and full rollbar.js config (#171)

* Use platform specific imports for Rollbar.js (#172)

* rename Rollbar.js file to Client.js

* update ts type definitions

* use platform specific import for Rollbar.js

* feat: replace rollbar-ios with rollbar-apple (#175)

* downgrade release from rc to beta

* pin RollbarNotifier to 3.0.3

* update yarn.lock
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.

2 participants