Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getappmap/appmap-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: getappmap/appmap-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/global-config
Choose a head ref
  • 5 commits
  • 45 files changed
  • 1 contributor

Commits on Jul 29, 2025

  1. feat(telemetry): Release @appland/telemetry as a package

    This includes a refactor and support for additional backends (such as
    Splunk).
    dustinbyrne committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    1742639 View commit details
    Browse the repository at this point in the history
  2. fix(cli): Allow the event loop to drain when exiting

    Killing the process on failure with an exit code exits immediately,
    without allowing the event loop to drain. This means any pending
    promises will not resolve.
    dustinbyrne committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    0832970 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b3e04f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734de43 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    f0c5617 View commit details
    Browse the repository at this point in the history
Loading