Open js361014 opened 1 year ago
Hi! There is no difference between sentry
and 1ba03f57b85fd4e568833e922c609770
. You can use any of username
Ok, so where can I add this username validation? Sentry urls originally looks like https://PUBLIC_KEY@SENTRY_URL/PROJECT_ID and PUBLIC_KEY is validated with PROJECT_ID.
What kind of validation do you want?
I would like to link usernames to projects.
I would like to link usernames to projects.
As I understand, you want to display username?
I would like to link usernames to projects.
As I understand, you want to display username?
Where to display? What do you mean? I just want to username be a "public key" assigned to a project.
Sorry, I don't get your idea! (((( Could you explain in more details?
As I understand, you want to get public key from DSN and use it for project creation in "Project" section ?
I would like to use public key from DSN as it is used originally in sentry.
I can implement a feature which satisfies the need, but I need info which part of the app would be suitable.
How to change sentry DSN from http://sentry@127.0.0.1:23517/1 to, for example, http://1ba03f57b85fd4e568833e922c609770@127.0.0.1:23517/1?