Skip to content

Releases: huang-julien/nitro-applicationinsights

v0.3.0

18 Nov 18:58
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update all non-major dependencies by @renovate in #3
  • feat: track exception in error hook
  • fix: add operation name to context object

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Oct 19:58
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • applicationinsights:trackRequest:before hooks
  • update docs
  • update nitropack to 2.7.0

v0.1.6

21 Oct 11:19
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

What's Changed

  • chore(deps): update autofix-ci/action digest to d3e5915 by @renovate in #10
  • chore(deps): update studio non-major dependencies by @nuxt-studio in #7
  • chore(deps): update actions/checkout action to v4 by @renovate in #1
  • chore(deps): update devdependency @nuxt/devtools to v1 by @renovate in #11
  • fix: directly use nitro from nitro plugin 1d7273c

New Contributors

  • @renovate made their first contribution in #10
  • @nuxt-studio made their first contribution in #7

Full Changelog: v0.1.5...v0.1.6

v0.1.5

21 Oct 11:18
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

What's Changed

  • chore(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2 by @dependabot in #12
  • fix: add contectionStrign to TelemetryClient setup d38c687

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Oct 15:56
Compare
Choose a tag to compare

v0.1.3

06 Oct 21:24
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Full Changelog: v0.1.2...v0.1.3

Fix

  • use request and afterReponse hook instead of middleware and render:response

v0.1.2

05 Oct 19:40
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 Oct 20:35
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • feat: new applicationinsights:trackRequest:before and shouldTrack boolean 7f37ac4
  • fix: include augment types in build 1a2f354

v0.1.0

28 Sep 20:41
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Feature

  • initialize a TelemetryClient by request
  • track render:response
  • initialize playground
  • initialize empty docs
  • allow configuring the config through applicationinsights:config
  • allow configuring context tags through applicationinsights:context:tags