newrelic / newrelic-capacitor-plugin

Mobile instrumentation plugin for the Capacitor hybrid mobile platform by Ionic
Apache License 2.0
7 stars 10 forks source link

Capacitor 6 Support #82

Closed ha6-6ru closed 2 months ago

ha6-6ru commented 2 months ago

Summary

Capacitor 6 has been released, bringing support for Android 14 and iOS 17. https://ionic.io/blog/announcing-capacitor-6-0

Could you inform us of the timeline for supporting Capacitor 6 with this plugin?

Desired Behavior

Works with Capacitor 6.

Possible Solution

https://capacitorjs.com/docs/updating/plugins/6-0

Additional context

In Capacitor 5, there are plugins that do not support the privacy manifest, My app have to be migrated to Capacitor 6. And another issue is that the deadline for privacy manifest compliance is approaching.

ndesai-newrelic commented 2 months ago

@ha6-6ru we will add this on our backlog and will update it here once it is released.

ha6-6ru commented 2 months ago

@ndesai-newrelic Understood. Thank you. I've submitted the following pull request, so please review it. https://github.com/newrelic/newrelic-capacitor-plugin/pull/83

ndesai-newrelic commented 2 months ago

@ha6-6ru the capacitor agent 1.4.0 is released.

ha6-6ru commented 2 months ago

Thank you for the prompt response and for merging the changes!