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(protocol): Add valid platforms as constant #294

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

jan-auer
Copy link
Member

Relay currently dismisses all platforms as invalid. Previously, valid platforms was scheduled for removal; however, it turned out that we need to continue validating for analytics purposes.

This PR adds a constant for VALID_PLATFORMS instead of the dynamic set in the store config. The set is also exposed to the python layer to be consumed by Sentry. We will remove the list of valid platforms from Sentry once this is released.

@jan-auer jan-auer self-assigned this Oct 31, 2019
@jan-auer jan-auer merged commit 1bc66d2 into master Oct 31, 2019
@jan-auer jan-auer deleted the feat/valid-platforms branch October 31, 2019 10:32
jan-auer added a commit that referenced this pull request Nov 4, 2019
* master: (26 commits)
  doc: Add documentation about the path of an event through relay (#289)
  release: 0.4.59
  meta: Changelog for 0.4.59
  ref: Set _relay_processed to true (#293)
  feat(protocol): Add valid platforms as constant (#294)
  fix(protocol): Add missing legacy alias for stacktrace (#292)
  release: 0.4.58
  meta: Add changelog for 0.4.58
  feat: Expose globbing code from Semaphore to Python (#288)
  fix: Add code comment
  fix: Normalize before datascrubbing (#290)
  feat(projects): Evict project caches after some time (#287)
  feat: Add mkdocs like in symbolicator
  ref: Add event size metrics (#286)
  test: add panic test
  ref: Selectively log internal errors to stderr (#285)
  fix(cabi): Do not ignore process_value result in scrub_event (#284)
  feat(config): Add a config value for thread counts (#283)
  fix: Refactor outcomes for parity with Sentry (#282)
  feat: Add an error boundary to parsing project states (#281)
  ...
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.

None yet

3 participants