getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
38.99k stars 4.18k forks source link

The number of transactions is zero in all projects after upgraded #70473

Closed trongquan1297 closed 1 week ago

trongquan1297 commented 5 months ago

Self-Hosted Version

24.4.0

CPU Architecture

x64_86

Docker Version

20.10.21

Docker Compose Version

v2.12.2

Steps to Reproduce

  1. Upgrading from 21.11.0 -> 23.6.2 -> 24.4.0
  2. The number of transactions is zero in all projects image

Expected Result

The number of transactions is equal to the number of transactions in the Performance tab.

Actual Result

n/a

Event ID

No response

SuperTommy007 commented 3 weeks ago

@SuperTommy007 what you are describing sounds like a dynamic sampling issue, is the transaction count actually zero or just a very low number?

it's just zero...

SuperTommy007 commented 2 weeks ago

@SuperTommy007 what you are describing sounds like a dynamic sampling issue, is the transaction count actually zero or just a very low number?

it's just zero...

I think this is a memory problem, it was 16G before, now I have no problem with 32G

getsantry[bot] commented 1 week ago

Routing to @getsentry/product-owners-performance for triage ⏲️

jjbayer commented 1 week ago

@ivacom I'm sorry, we cannot support this use case. Your best options IMO is allowing relay to make HTTP requests to your sentry instance, or forking relay to make it behave in the way you want it to.

@SuperTommy007 thanks for the update, I'm glad you got it to work!

ivacom commented 1 week ago

@jjbayer or forking relay to make it behave in the way you want it to.

Can you be more detailed?