buggregator / laravel-app

The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
https://buggregator.dev
MIT License
329 stars 23 forks source link

How to change sentry DSN? #105

Open js361014 opened 1 year ago

js361014 commented 1 year ago

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?

butschster commented 1 year ago

Hi! There is no difference between sentry and 1ba03f57b85fd4e568833e922c609770. You can use any of username

js361014 commented 1 year ago

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.

butschster commented 1 year ago

What kind of validation do you want?

js361014 commented 1 year ago

I would like to link usernames to projects.

butschster commented 1 year ago

I would like to link usernames to projects.

As I understand, you want to display username?

js361014 commented 1 year ago

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.

butschster commented 1 year ago

Sorry, I don't get your idea! (((( Could you explain in more details?

butschster commented 1 year ago

As I understand, you want to get public key from DSN and use it for project creation in "Project" section ?

js361014 commented 1 year ago

I would like to use public key from DSN as it is used originally in sentry. Screenshot from 2022-11-21 10-05-57

js361014 commented 1 year ago

I can implement a feature which satisfies the need, but I need info which part of the app would be suitable.