-
Notifications
You must be signed in to change notification settings - Fork 191
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
Arc 2274 analytics for spa add events #2281
Conversation
@@ -96,14 +96,6 @@ | |||
"principals": [], | |||
"allowed": true | |||
}, | |||
{ |
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.
I've change to use the /public/assets
to load those svgs, as those are assets from public folder, it make more sense to name it like that.
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.
Small nits, not much of an issue though.
spa/src/analytics/context.ts
Outdated
|
||
try { | ||
|
||
const jwtToken: string = await new Promise((res) => { |
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.
Can we reuse the getHeaders
from axiosInstance
? Maybe give it a different name like getAtlassianJWT
.
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.
done.
Co-authored-by: kAy <[email protected]>
What's in this PR?
Why
Added feature flags
Affected issues
ARC-2274
How has this been tested?
Whats Next?