nberardi / newrelic-mobile-xamarin

Monotouch bindings for NewRelicAgent
23 stars 5 forks source link

initializing NewRelic #1

Open seans23 opened 10 years ago

seans23 commented 10 years ago

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.

nberardi commented 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.

lbarbier commented 9 years ago

@nberardi have you made any progress with the android version?