-
Notifications
You must be signed in to change notification settings - Fork 337
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
Ensure that teamId
and orgId
are populated on most page load events
#1177
Comments
an alternative:
|
True dat. I like this approach. Design a little |
yeah, that'd be really clean. The only downside is that a mutation will want a response from the server. so our options are:
|
I like what I’m seeing here! |
hey @jordanh Is this required? I feel like we only need it once, but if we need it twice here, I'd like to put it in both places everywhere. Also, same question with orgId. |
hey @jordanh i see we're tracking stripe errors with segment. why use segment over sentry? feels like we should be calling raven instead of segment... |
Issue - Bug
After auditing the segment events this morning, I see that
teamId
is on most page events (if its available from the url).orgId
is only sent if somebody accesses/me/organizations/:orgId
. Looking at the code, this is how we've designed it.I'd like to change this, like so:
teamId
is extracted from the url, also look up theorgId
and send it along with the page load event...this will make our weekly active org's metric meaningful.
The text was updated successfully, but these errors were encountered: