firebasecrashlytics

How do I share a link to a Firebase Crashlytics report?


Has anyone figured out how to get a permalink to a Firebase Crashlytics issue? I'd like to paste an issue link in our bug tracker. The only way I know right now is the copy the address bar, but the link looks like this:

https:/​/console.firebase.google.com/u/1/project/foo-apps/crashlytics/app/ios:com.foo.bar/issues/1234abcd?time=last-thirty-days&sessionId=abcd1234

This is less than ideal: "u/1" refers to a logged-in Google account that only makes sense in my browser. There is also a session ID and search filter; that's easy enough to delete, but it's annoying.


UPDATE: This question is now moot. Google has fixed their silly URL format in regards to Crashlytics. Now URLs can be shared simply by copying the browser location field.


Solution

  • This question is now moot. Google has fixed their silly URL format in regards to Crashlytics. Now URLs can be shared simply by copying the browser location field.