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

Clearly explain the effects of setting the Platform, and consequences of using a single project for multiple platforms #1329

Closed
carljm opened this issue Dec 11, 2014 · 1 comment

Comments

@carljm
Copy link

carljm commented Dec 11, 2014

It would be nice if the answer to #1286 (or something less vague) were included in the Platform UI in some way. We just spent a while trying to work out what the Platform tag actually does, and what the consequences of reporting JS and Python errors to the same project vs different projects would be, and I don't think we're the only ones confused by it: http://stackoverflow.com/questions/26009389/what-does-the-platform-option-in-sentry-do

@asbjornu
Copy link

asbjornu commented Mar 6, 2015

We had all sorts of problems related to event grouping and findability until we started separating each component of the system, for each environment (development, staging, production) it is running in, into its own project. To group related projects together, we create teams. So for a given web project called "Acme" involving a web frontend, web backend and backend API, it might look something like this:

  • Acme (Team)
    • Web Frontend Development (Project [JavaScript])
    • Web Frontend Staging (Project [JavaScript])
    • Web Frontend Production (Project [JavaScript])
    • Web Backend Development (Project [Python])
    • Web Backend Staging (Project [Python])
    • Web Backend Production (Project [Python])
    • API Backend Development (Project [Java])
    • API Backend Staging (Project [Java])
    • API Backend Production (Project [Java])

I wish this wasn't necessary, but until a single project can be used across environments (and languages), we've concluded that this is the only viable solution.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants