Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,424 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in getsentry/relay that received 4 comments
fix(pii): Fix issue where `$span` would not be recognized in Advanced Data Scrubbing
+141
−253
•
4
comments
- fix: Remove all 404s, make linkchecker soft-required
- fix: Fix some 404s in hubs and scopes
- fix: Resurface userfeedback docs
- fix: Fix copypaste errors in userfeedback
- fix: Fix Python integration redirects again
- Revert "fix: Run single request for SDKs"
- fix: Run single request for SDKs
- fix: Xfail linkcheck to get everything green
- doc: Add documentation for Chalice for Python
- fix: Remove unnecessary platform= query params
- ref: Start all CI jobs at once
- fix: Run linkchecker in CI
- fix: Use Link component instead of bare markdown links
- fix: Mention setExtra for SEO and less confusion
- fix: Add redirects for Python integrations
- fix: Add missing codesamples in Python
- fix: Fix missing argument to similarity.delete
- ref: Bump sentry-relay to 0.8.0
- ref: Bump sentry-sdk to 0.17.7
- fix(similarity-v2): Merge/unmerge improperly hooked
- fix(releases): Use sql formatting instead of string formatting for list of ids
- feat(similarity): Ability to diff grouping components
- fix: Remove dead transactions consumers code
- ref: Convert evententries to typescript
- fix(reprocessing2): Fix broken tag access
- fix: Fix up #20521
- fix: Assign new port to Relay to avoid conflict with sentry-docs
- feat: Option to use separate cluster for similarity v2
- chore: Add Celery 5 to CI
- fix(serialization): Do not crash if tag is nan
- fix: Second attempt at fixing trace propagation in Celery 4.2+
- fix(transport): Use correct data category for transaction events
- fix(celery): Fix dropped transactions under Celery 4.2+
- chore: Clean up Flask CI and test 0.10
- fix: Do not use locks in worker
- fix: Allow ASGI middleware to capture exceptions in nested call
- fix: Fix deadlock in transport due to GC running
- feat: Scrub filenames in the minidump modules list
- feat(server): Add support for measurement ingestion
- fix: WStr::bytes_mut should be unsafe
- meta: Update CI badges
- feat: Scrubbing of UTF-16 strings in minidumps
- ci: Port CI to GitHub Actions
- fix(setup): Log when reporting to Sentry is disabled
- fix(server): Disable generic network error handling
- feat(auth): Add version info for analytics
- fix(server): Assign a default name for unnamed attachments
- build: Update sentry to 0.20.1
- doc(cabi): Rename to relay_cabi and add documentation
- ci: Run rustfmt and clippy on GitHub Actions
- doc: Update metrics docs
- build(gha): Deploy cargo doc to GH pages on push
- doc: Use cargo doc for github pages
- doc: Remove product docs and redirect to sentry-docs
- ci: Sync metrics into sentry-docs
- feat(tool): Document metrics in YAML or JSON
- feat(server): Add the client SDK to session kafka payloads
- ci(changelog): Check for links in the changelog
- ci(gha): Trigger data-schemas only on default PR events
- chore(test): Clean up integration test code
- fix(server): Send envelopes to the envelope endpoint
- ref(server): Compress upstream store requests
- ref(ui): Move Security & Privacy Fields to another file
- ref(releases): Add commit/files pagination
- fix(similarity-v2): Merge/unmerge improperly hooked
- feat(relay): Improve relay authentication
- feat(releases): Pass environment to release serializer on index page
- feat(devserver): Add option to run HTTP server in same process
- build(deps): Update confluent-kafka-python to 1.5.0
- feat(relay): Add public_key to RelayUsage
- feat(relay): Add support for collecting relay analytics
- ref(eventattachment): Use the local type column of EventAttachment in queries
- ref(eventattachment): Add type column to EventAttachment model
- fix(grouping): Propagate parsing errors from enhancers
- fix(ui): made toggle consistent with other pages
- ref(ui): Convert sdkUpdates to Typescript
- ref(relay): Change relay port to 7899
- fix(js-22SW): Fix JAVASCRIPT-22SW
- fix(JAVASCRIPT-22SW): HOTFIX JAVASCRIPT-22SW
- ref(store) Use the eventprocessing store for post_process
- ref(py3): Correct similarity result interface by decoding the key
- fix(grouping): Correctly handle negations in grouping enhancers
- ref(similar-issues): Remove 'Similar issues by trace ID' feature
- ref(py3): Decode test bodies in msteams integration tests
- test(py3): Fix missing point version in GHA
- feat(grouping): More comprehensive fingerprinting support
- fix: Remove all 404s, make linkchecker soft-required
- ref(scripts): Use yarn everywhere
- fix(relay): Update links after moving to product
- ref(serverless): Improve serverless wizard slugs
- ref(serverless): Improve serverless wizard slugs
- fix: Flutter DSN
- ci(caching): Fix cache skips
- fix(redirect): Send /server/queue to develop/services/queue
- fix: A bunch of links
- ci(linkcheck): Fix linkcheck job
- fix(build): Fix the gatsby-transformer-json type error
- Fix: Broken Links
- Rename .NET Core to ASP.NET Core
- fix: Replace non-inclusive language
- tests: parametrize proxy tests
- feat(envelope): Add some useful envelope methods
- Capturing Performance monitoring transactions for AWS and GCP
- fix(chalice): Enable support for Chalice 1.20
- fix: Second attempt at fixing trace propagation in Celery 4.2+
- doc: Fix typo
- feat: Integration for Chalice
- Travis CI: Test on Python 3.9 release candidate 1
- .flake8: Don't set --max-complexity if you don't care about code complexity
- Order variables by closeness to executing statement in pure_eval
Created an issue in pytest-dev/pytest that received 5 comments
Consider MRO when obtaining marks for classes
When using pytest markers in two baseclasses Foo and Bar, inheriting from both of those baseclasses will lose the markers of one of those classes. …
5
comments
