Skip to content

Releases: huang-julien/nitro-applicationinsights

v0.9.2

05 Jul 20:21
85b47a6
Compare
Choose a tag to compare

Fixes

  • error are now correctly tracked and binded to their events

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

17 Jun 21:15
d8b71b8
Compare
Choose a tag to compare

Fix

  • ⚠️ the first parameter of 'applicationinsights:trackError:before' hook is now an ApplicationInsights.Contracts.ExceptionTelemetry

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

30 May 22:21
423c7c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Apr 22:03
57976d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

18 Apr 22:10
bd7fe64
Compare
Choose a tag to compare

nitro-applicationinsights v0.7.0

nitro-applicationinsights is now a nitro module ! 🎉

Migration steps from <=0.6.0

  • delete your file which re-exports the former nitro-applicationinsights plugin
  • add nitro-applicationinsights in the modules array within the nitro config
  • you can remove nitro-applicationinsights from externals.inline in your nitro config. The module will handle it for you !
  • (windows) you can remove experimental.legacyExternals in your nitro config. The module will enable it for you !

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Mar 22:54
95546a4
Compare
Choose a tag to compare

nitro-applicationinsights v0.6.0

Few breaking changes is happening on this version.

You may also expect next minor version or final stable version to change nitro-applicationinsights into a nitro module.

Migration steps

  • Add nitro-applicationinsights to externals.inline:
export default defineNitroConfig({
    externals: {
        inline: ['nitro-applicationinsights']
    }
})
  • env to runtime config:
    • You simply need to change the name of your variables. See nitro doc for the name of you env variables.
  • utilities imports:
    • You need to import from nitro-applicationinsights/runtime instead of nitro-applicationinsights
  • getTraceparentHeader to getTraceparentHeaders:
    • It's the same signature, only the name has changed

Features

  • ⚠️ feat!: move env to runtimeConfig #51

Fixes

  • fix: fix create$fetchInterceptors name #50
  • fix(deps): move h3 and nitropack to peerdeps to avoid type augment conflict #47
  • fix: force resolution of mlly to 1.4.0 #55

Refactor/Chore

  • ⚠️ refactor!: move utilities to /runtime export #44
  • ⚠️ refactor!: rename getTraceparentHeader to getTraceparentHeaders #46

Docs

  • docs: improve doc for create$fetchInterceptor #45
  • docs: explain how to inline the plugin #56

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

12 Mar 16:02
7081bac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Feb 19:19
3c59211
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

21 Feb 22:31
66e0946
Compare
Choose a tag to compare

What's Changed

  • feat: add utils for dependency tracking by @huang-julien in #20
  • chore(deps): update vitest monorepo to v1 (major) by @renovate in #18
  • chore(deps): update autofix-ci/action digest to ea32e3a by @renovate in #23
  • chore(deps): update all non-major dependencies by @renovate in #24
  • chore(deps): update actions/setup-node action to v4 by @renovate in #13
  • chore(deps): update all non-major dependencies by @renovate in #25
  • chore(deps): update devdependency nuxt to ^3.9.1 by @renovate in #26
  • chore(deps): update all non-major dependencies by @renovate in #27
  • chore(deps): update all non-major dependencies by @renovate in #28
  • chore(deps): update all non-major dependencies by @renovate in #29
  • chore(deps): update all non-major dependencies by @renovate in #32
  • fix: don't track if shouldTrack is set to false after hook by @huang-julien in #33

Full Changelog: v0.3.1...v0.4.0

v0.3.1

06 Dec 09:29
991873f
Compare
Choose a tag to compare

What's Changed

  • fix: set initial trace as operationId
  • upgrade h3 to 1.9.0
  • upgrade nitro to 2.8.0

Full Changelog: v0.3.0...v0.3.1