raygun4android
raygun4android copied to clipboard
Raygun Client using Activity reference for attaching pulse
RaygunClient.attachPulse(this); // taking an activity reference
Could'nt it use an applicationContext?
Since we attach it on SplashActivity meant it kept splashActivity alive throughout application lifecycle
using implementation 'com.mindscapehq.android:raygun4android:3.0.3' on build.gradle
@aurangzaibumer777 That's good feedback, thx. I'm currently looking into making a bunch of changes to the provider and will consider this.