getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.91k stars 1.78k forks source link

`You have no environments` when going to an individual transaction in Performance section #850

Closed kmulka-medigo closed 3 years ago

kmulka-medigo commented 3 years ago

Version Information

Version: 20.12.0.dev0 d0ae462

Steps to Reproduce

  1. Click Performance on the left
  2. Click an individual transaction
  3. Click refresh in browser
  4. Click on All Environments
  5. Notice the message You have no environments

Expected Result

I do have several environments configured for this project, so was expecting them to show up there so I could filter by environment.

https://sentry.example.com/organizations/sentry/performance/summary/?project=1&query=&statsPeriod=7d&transaction=example.get_foo&unselectedSeries=p100%28%29

Actual Result

The message You have no environments shows up.

github-actions[bot] commented 3 years ago

Sorry, friend. As far as this ol' bot can tell, your issue does not properly use one of this repo's available issue templates. Please try again, if you like. (And if I'm confused, please let us know. 😬)


Did you see the memo about this?

(log)

BYK commented 3 years ago

Do you have any logs you can share from the Sentry Web instance?

kmulka-medigo commented 3 years ago

Here's some logs around the time, but since they didn't show up right when I was clicking around I think they might not be related:

web_1                          | /usr/local/lib/python2.7/site-packages/sentry/models/project.py:184: DeprecationWarning: Project.callsign is deprecated. Use Group.get_short_id() instead.
web_1                          |   "Project.callsign is deprecated. Use Group.get_short_id() instead.", DeprecationWarning
BYK commented 3 years ago

@kmulka-medigo just curious, are you able to test with a more recent version of Sentry?

mulka commented 3 years ago

I would have, but I don't like the fact that there are no release notes for more recent versions

BYK commented 3 years ago

@mulka - seems like you are already on a nightly from December so not sure what you are worried about?

kmulka-medigo commented 3 years ago

Yea, I think that was a mistake. Should have used a stable version. Fear of the unknown I guess.

BYK commented 3 years ago

Yea, I think that was a mistake. Should have used a stable version. Fear of the unknown I guess.

Most of the time our master is safe to deploy. The main reason we have labeled releases is to give people time and established points for breaking changes (such as dropping Python 2 support).

kmulka-medigo commented 3 years ago

Are there any breaking changes between what I'm on and the latest version?

BYK commented 3 years ago

@kmulka-medigo nope.