laravel-app
laravel-app copied to clipboard
Add projects support for SMTP, Inspector and Ray modules
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://{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://{projectId}127.0.0.1:23517/slack