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

feat(general): Add thread.errored attribute #306

Merged
merged 5 commits into from
Nov 13, 2019
Merged

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Nov 8, 2019

Adds an errored attribute on the Threads interface.

Formally, we used crashed to indicate both errors and crashes in a thread. With NDK and Java, we now need to disambiguate between threads that have just errored, and threads that have caused an application crash.

This will require follow-up work in the Sentry UI (Threads component) to display properly.

@jan-auer jan-auer merged commit 03b3c39 into master Nov 13, 2019
@jan-auer jan-auer deleted the feat/thread-errored branch November 13, 2019 10:16
jan-auer added a commit that referenced this pull request Nov 13, 2019
* master:
  ref: Revert changes to HttpServer startup (#313)
  meta: Changelog for 0.4.61
  feat(general): Add thread.errored attribute (#306)
  release: 0.4.60
  doc: Changelog for 0.4.60
  fix: Start clientconnector earlier
  fix: Spawn http server on separate thread (#312)
  feat: More concurrency options (#311)
  fix: Formatting
  fix: Ignore venv of load tests
  feat(load-tests): Added semaphore-load-test project back into semaphore (#309)
jan-auer added a commit that referenced this pull request Nov 13, 2019
* feat/envelopes: (110 commits)
  ref: Revert changes to HttpServer startup (#313)
  meta: Changelog for 0.4.61
  feat(general): Add thread.errored attribute (#306)
  fix(config): Add a default for the attachment chunk size
  feat(server): Add back missing release and env for security reports
  feat: Re-introduce security report normalization
  feat(server): Implement sending of attachments to Kafka
  release: 0.4.60
  doc: Changelog for 0.4.60
  ref(server): Use envelopes to encapsulate EventMeta
  fix: Start clientconnector earlier
  fix: Spawn http server on separate thread (#312)
  ref(server): Unify incoming and outgoing envelopes
  fix(clippy): Implement Default for EventId
  fix(server): Add serialization for incoming envelopes
  ref(server): Move python shim logic to store endpoint
  feat(general): Create a constructor for EventId
  wip: Restructure EventProcessor to work on envelopes
  feat: More concurrency options (#311)
  fix: Formatting
  ...
jan-auer added a commit that referenced this pull request Dec 12, 2019
jan-auer added a commit that referenced this pull request Dec 16, 2019
jan-auer added a commit that referenced this pull request Dec 17, 2019
* master:
  fix: Update fixture to produce stable snapshot
  fix: Check in missing snapshot
  ref: Bump sentry-types
  test(general): Add a snapshot for Android
  Revert "feat(general): Add thread.errored attribute (#306)" (#366)
  Revert "doc: Changelog for 0.4.66"
  doc: Changelog for 0.4.66
  fix(server): Make status codes consistent with Sentry (#365)
  release: 0.4.65
  test: Update security report test snapshots
  build: Update redis dependency
  meta: Changelog for 0.4.65
  Revert "ref: Use jemalloc instead of system allocator (#344)" (#360)
  ref: Update user-agent database (#363)
  build: Update rdkafka to replace git dependency (#364)
jan-auer added a commit that referenced this pull request Dec 18, 2019
* master:
  fix(server): Preserve event id of minidump upload (#361)
  fix: Update fixture to produce stable snapshot
  fix: Check in missing snapshot
  ref: Bump sentry-types
  test(general): Add a snapshot for Android
  Revert "feat(general): Add thread.errored attribute (#306)" (#366)
  Revert "doc: Changelog for 0.4.66"
  doc: Changelog for 0.4.66
  fix(server): Make status codes consistent with Sentry (#365)
  release: 0.4.65
  test: Update security report test snapshots
  build: Update redis dependency
  meta: Changelog for 0.4.65
  Revert "ref: Use jemalloc instead of system allocator (#344)" (#360)
  ref: Update user-agent database (#363)
  build: Update rdkafka to replace git dependency (#364)
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