-
Notifications
You must be signed in to change notification settings - Fork 1
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
Detect dsn hostname #17
Conversation
src/ui/popup.tsx
Outdated
)} | ||
</li> | ||
<li> | ||
<p className="text-muted location"> | ||
<span className="text-muted location"> | ||
Sending events to <b>{this.state.dsn.includes(SENTRY_DOMAIN) ? "SaaS" : "Self-Hosted Sentry"}</b> via <a href={this.state.dsn}>{this.state.dsn}</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cstavitsky
It may still be going to sentry.io but via nginx reverse proxy / etc.
How about we just output the domain of the DSN and call it a day.
- i.e. sending to sentry.io as project ID 123
- i.e. sending to nginx.reddit.com/sentry as project ID 123
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with the base domain, folks can then investigate further to see if its truly targeting on-premise or saas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ndmanvar Ahhh didn't think of that, very good point...
i.e. sending to sentry.io as project ID 123
i.e. sending to nginx.reddit.com/sentry as project ID 123
do we need to provide any instructions to AEs in the plugin itself (i.e. link to admin projects page)? Are AEs aware of how to look up project IDs in Admin and determine whether those are SaaS or Self-hosted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, don't worry about linking the AEs to the right info.
Some / most are not, but we can train them on it.
(also this is a public repo so we can't link them to our admin/etc)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once we get this merged. let's announce the updates and get folks to upgrade |
are you down to present this at next Sales/CS Bi-weekly? |
i can go over how to install/re-install, you go over the cool new stuff? |
neil to clone down and test out branch |
@cstavitsky verified ✅ |
Feature details
Screenshots