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: microsoft/ApplicationInsights-node.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.0
Choose a base ref
...
head repository: microsoft/ApplicationInsights-node.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.1
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 3, 2023

  1. Truncate Trace Messages When Input Exceeds Maximum Length (#1087)

    * Truncate telemetry messages over size limit.
    
    * Remove assumption that telemetry is defined.
    
    * Remove truncation in the public telemetry methods.
    
    * Update truncation for telemetry.
    
    * Remove truncation of measurements to be in line with other languages.
    
    * Remove constants and wrap dangerous methods with error handling.
    JacksonWeber authored Mar 3, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bdcd8f7 View commit details

Commits on Mar 8, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    493b321 View commit details

Commits on Mar 22, 2023

  1. Heartbeat Update (#1109)

    hectorhdzg authored Mar 22, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    24d6dc3 View commit details

Commits on Mar 23, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3913b1c View commit details

Commits on Mar 24, 2023

  1. Add @azure/opentelemetry-instrumentation-azure-sdk dependency (#1110)

    * Add @azure/opentelemetry-instrumentation-azure-sdk dependency
    
    * Update
    
    * Node.js 18 npm i
    
    * npm i
    hectorhdzg authored Mar 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    19d92af View commit details

Commits on Mar 27, 2023

  1. 2.5.1 release (#1116)

    hectorhdzg authored Mar 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b14cd2e View commit details
Showing with 1,121 additions and 349 deletions.
  1. +811 −0 .github/fabricbot.json
  2. +1 −1 .gitignore
  3. +14 −12 AutoCollection/AzureFunctionsHook.ts
  4. +28 −27 AutoCollection/HeartBeat.ts
  5. +8 −2 Declarations/Constants.ts
  6. +48 −27 Library/EnvelopeFactory.ts
  7. +20 −34 Tests/AutoCollection/Heartbeat.tests.ts
  8. +0 −82 Tests/EndToEnd.tests.ts
  9. +189 −163 package-lock.json
  10. +2 −1 package.json
Loading