Skip to content

Update Sentry (adding in manual event sending)#159

Closed
jkmassel wants to merge 5 commits intodevelopfrom
update/sentry
Closed

Update Sentry (adding in manual event sending)#159
jkmassel wants to merge 5 commits intodevelopfrom
update/sentry

Conversation

@jkmassel
Copy link
Contributor

No description provided.

@jkmassel jkmassel force-pushed the update/sentry branch 7 times, most recently from ac4fd7f to 8bf1e66 Compare December 18, 2020 21:43
@jkmassel jkmassel changed the base branch from trunk to develop January 13, 2021 04:23
@jkmassel jkmassel force-pushed the update/sentry branch 2 times, most recently from 323ae49 to c3e650e Compare January 13, 2021 04:30
@ctarda
Copy link

ctarda commented Jan 13, 2021

Thanks for taking care of this @jkmassel . Please let me know if you want me to test with Matticspace or WooCommerce

Use Sentry 6 in the Podspec

Fix Sentry version in Podspec

Use Sentry 6
Fix project file
Use the Sentry API directly
init(dsn: String) {
self.dsn = dsn
self.jsonEncoder = JSONEncoder()
self.jsonEncoder.dateEncodingStrategy = .iso8601
Copy link
Contributor

@mokagio mokagio Jan 14, 2021

Choose a reason for hiding this comment

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

The pod validation (pod lib lint --allow-warnings) fails because of strategy case is only available from macOS 10.12.

The project and Podfile use 10.12 as the minimum deployment target, but the .podspec is declaring 10.11, so pod lib lint builds with that one.

spec.osx.deployment_target = '10.11'

We need to bump to 10.12 there, too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah nice – thanks for pointing this out!!

@jkmassel
Copy link
Contributor Author

Closing in favour of #166

@jkmassel jkmassel closed this Jan 18, 2021
@leandroalonso leandroalonso deleted the update/sentry branch June 13, 2024 19:50
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