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

Transactions from rest_framework.routers seem to be missing #3116

Open
sl0thentr0py opened this issue May 31, 2024 · 2 comments
Open

Transactions from rest_framework.routers seem to be missing #3116

sl0thentr0py opened this issue May 31, 2024 · 2 comments
Labels
Integration: Django Type: Bug Something isn't working

Comments

@sl0thentr0py
Copy link
Member

sl0thentr0py commented May 31, 2024

How do you use Sentry?

Sentry Saas (sentry.io)

Version

2.3.1

Steps to Reproduce

from discord

from rest_framework import routers
...
router.register(r"current-user", user_views.CurrentUserViewSet, basename="current-user")
urlpatterns = [
    path("admin/", admin.site.urls),
    path("", include(router.urls)), # THIS ENDPOINTS DOESNT WORK FOR PROFILING
    path("o/", include("oauth2_provider.urls", namespace="oauth2_provider")),
    path("accounts/", include("app.user.urls")), # THIS ENDPOINT WORK FOR PROFILING
]

Expected Result

transactions and profiles are visible

Actual Result

they're not visible (or probably grouped under a different generic route if transaction name resolving is not working)

@sl0thentr0py sl0thentr0py added Type: Bug Something isn't working Integration: Django labels May 31, 2024
@antonpirker antonpirker added this to the Django update milestone Jun 7, 2024
@quememo
Copy link

quememo commented Jun 17, 2024

Any update on this?

@sentrivana
Copy link
Contributor

Not yet @quememo, sorry!

@antonpirker antonpirker removed this from the Django update milestone Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Integration: Django Type: Bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

4 participants