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

Add projects support for SMTP, Inspector and Ray modules #5

Closed
butschster opened this issue Aug 1, 2022 · 0 comments
Closed

Add projects support for SMTP, Inspector and Ray modules #5

butschster opened this issue Aug 1, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@butschster
Copy link
Member

Thanks to @js361014 we have an ability to send events into a specific project, but at this moment Buggregator supports projects only for Sentry module, other modules will use default project.


For SMTP module we can use username for specifying project

MAIL_USERNAME={projectId}

For inspector module we can can pass projectId in uri

INSPECTOR_URL=http:https://{projectId}@127.0.0.1:23517/inspector

For Ray module we can can pass projectId in uri

RAY_HOST={projectId}@127.0.0.1

For Monolof module we can can pass projectId in uri only for slack log channel

LOG_SLACK_WEBHOOK_URL=http:https://{projectId}127.0.0.1:23517/slack
@butschster butschster added the help wanted Extra attention is needed label Aug 1, 2022
@butschster butschster transferred this issue from buggregator/laravel-app Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant