laravel-app icon indicating copy to clipboard operation
laravel-app copied to clipboard

Add projects support for SMTP, Inspector and Ray modules

Open butschster opened this issue 3 years ago • 0 comments

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

butschster avatar Aug 01 '22 06:08 butschster