Open seans23 opened 10 years ago
I thought it was working when I published it. However NewRelic does something a kin to a proxy wrapper around classes at compile time.
Until I figure out a work around the Android version isn't working which is why I took down the Android version on NuGet.
Sorry for the confusion.
Nick Berardi (484) 302-0125 Sent on the go from my phone.
On Jun 4, 2014, at 4:37 PM, Sean Smith notifications@github.com wrote:
What do I need to call to initialize NewRelic OnCreate()?
I was assuming something like: NewRelic.Android.NewRelicHelper.WithApplicationToken("xxx").Start(this.ApplicationContext);
but WithApplicationToken wasn't found.
— Reply to this email directly or view it on GitHub.
@nberardi have you made any progress with the android version?
What do I need to call to initialize NewRelic OnCreate()?
I was assuming something like: NewRelic.Android.NewRelicHelper.WithApplicationToken("xxx").Start(this.ApplicationContext);
but WithApplicationToken wasn't found.