Merged
Conversation
Sources/apm-agent-ios/Instrumentation/CrashReporting/CrashManager.swift
Outdated
Show resolved
Hide resolved
Contributor
Author
|
I'll create a new pr with instrumentation config options |
Closed
bryce-b
added a commit
that referenced
this pull request
Jan 26, 2023
* [0.x] Doc link fixes (#64) (#113) Co-authored-by: ollyhowell <oliver.howell@elastic.co> Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co> Co-authored-by: ollyhowell <oliver.howell@elastic.co> * 0.x (#116) * [0.x] Doc link fixes (#64) Co-authored-by: ollyhowell <oliver.howell@elastic.co> * reverted tag change (#114) Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co> Co-authored-by: ollyhowell <oliver.howell@elastic.co> * added TrueTime dependecy & NTPClock (#123) * added TrueTime dependecy & NTPClock * removed attribute from spans * correct header casing for apm server auth (#124) * action: use opentelemetry composite action (#130) * added session info on all log & span signals (#126) * added session info on all log & span signals * added tests * added network status for all spans * override all span type to mobile * updated otel-swift to v1.3.1 * Add Crash Reporting (#127) * added plcrashreporter * refactored crash reporting * Delete Package.resolved * updated instrumentation scope name to PLCrashReporter * added check for debugger to prevent crash (#133) * Instrumentation config (#132) * added instrumentation configuration * updated docs * added proper tagging to setup.asciidoc * Added complete configs for all instrumentation * updated version & change log (#135) * updated version & change log * updated setup.asciidoc * updated NOTICE * updated release.md * fixed discrete tags in setup doc * updated setup doc Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co> Co-authored-by: ollyhowell <oliver.howell@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
bryce-b
added a commit
that referenced
this pull request
Feb 6, 2023
* added plcrashreporter * refactored crash reporting * Delete Package.resolved * updated instrumentation scope name to PLCrashReporter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds crash reporting to the agent.
This uses a custom LoggerProvider to apply the Resource object from the previous load of the application (since that is the one that is relevant to an existing crash report).