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 tracking methods for the upcoming Crash Analytics premium feature #110

Merged
merged 2 commits into from
Dec 7, 2022

Conversation

diosmosis
Copy link
Member

Description:

Adds:

  • doTrackCrash() - tracks a crash using provided information.
  • doTrackPhpThrowable() - tracks a crash, deducing information from the given \Throwable

Review

@diosmosis diosmosis added this to the Current sprint milestone Dec 5, 2022
Copy link
Member

@tsteur tsteur left a comment

Choose a reason for hiding this comment

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

Awesome, thanks for this @diosmosis .

@sgiehl to get this into core do we need to trigger a new release and update it via composer?

@tsteur
Copy link
Member

tsteur commented Dec 6, 2022

We'll basically need it to get tests working in travis as the tests use this method.

@sgiehl
Copy link
Member

sgiehl commented Dec 6, 2022

@tsteur yes. a new release will be needed. will this be required in 4.x-dev branch or only 5.x-dev?

@tsteur
Copy link
Member

tsteur commented Dec 7, 2022

Ideally in 4.x-dev so the tests start passing sooner 👍

@sgiehl
Copy link
Member

sgiehl commented Dec 7, 2022

Ok. Will do that now.

@sgiehl sgiehl merged commit 544148c into master Dec 7, 2022
@sgiehl sgiehl deleted the crash-tracking-methods branch December 7, 2022 08:35
@innocraft-automation innocraft-automation removed this from the Current sprint milestone Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants