raygun4android icon indicating copy to clipboard operation
raygun4android copied to clipboard

Raygun Client using Activity reference for attaching pulse

Open aurangzaibumer777 opened this issue 7 years ago • 1 comments

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 avatar Aug 02 '18 06:08 aurangzaibumer777

@aurangzaibumer777 That's good feedback, thx. I'm currently looking into making a bunch of changes to the provider and will consider this.

TheRealAgentK avatar Sep 20 '18 21:09 TheRealAgentK