Skip to content

Releases: getappmap/appmap-node

v2.19.0

19 Mar 14:34

Choose a tag to compare

2.19.0 (2024-03-19)

Bug Fixes

  • Correctly quote NODE_OPTIONS when spaces occur in paths (36b5c9e), closes #122

Features

  • Instrument named const and exported lambdas (4ec7754)
  • Stringify ClientRequests as [ClientRequest: <method> <url>] (f4b8518)

v2.18.0

03 Mar 16:57

Choose a tag to compare

2.18.0 (2024-03-03)

Features

v2.17.0

01 Mar 18:41

Choose a tag to compare

2.17.0 (2024-03-01)

Features

v2.16.1

01 Mar 11:56

Choose a tag to compare

2.16.1 (2024-03-01)

Bug Fixes

  • Properly parse tsconfig.json (2a1f409)

v2.16.0

27 Feb 14:16

Choose a tag to compare

2.16.0 (2024-02-27)

Features

v2.15.0

07 Feb 02:17

Choose a tag to compare

2.15.0 (2024-02-07)

Bug Fixes

  • Correctly handle dots in paths (7168e56), closes #104
  • Handle relative paths in source maps correctly (a35df7e)
  • Handle tRPC proxy error in object constructor access (c0b53dd)
  • Skip transformation for next edge runtime (9997353)

Features

v2.14.2

25 Jan 14:10

Choose a tag to compare

2.14.2 (2024-01-25)

Bug Fixes

  • Stack overflow in circularly referenced parameter objects (5886b63)

v2.14.1

24 Jan 20:21

Choose a tag to compare

2.14.1 (2024-01-24)

Bug Fixes

  • Handle external source maps (01d9a09), closes #96

v2.14.0

24 Jan 13:50

Choose a tag to compare

2.14.0 (2024-01-24)

Bug Fixes

  • Hook next with a webpack instead of hooking swc (9b44adf), closes #76
  • Windows support (#89) (7d88965)

Features

  • Packages in the classmap now model directories exclusively (0786a48), closes #93
  • Replace spaces in filenames with underscores (734a5eb), closes #94

v2.13.2

15 Jan 07:14

Choose a tag to compare

2.13.2 (2024-01-15)

Bug Fixes

  • Don't use custom inspect implementations when stringifying (a0fc800), closes #75