# JS SDK

### March 1st, 2026 (v8.0.2)

* Bug Fix: Allow alternative BugSplat endpoints (#73)

### April 29th, 2025 (v8.0.1)

* Chore: Update README images

### April 29th, 2025 (v8.0.0)

* Feature: Use native fetch (breaking change)

### February 2nd, 2025 (v7.1.1)

* Fix: Bump `node-fetch` from 2.6.1 to 2.6.7
* Feature: Add types for server response

### February 2nd, 2025 (v7.1.0)

* Feature: Add `FormDataParam` option
* Feature: Make database, application, version public for bugsplat-ng

### June 17th, 2024 (v7.0.2)

* Fix: Build and publishing issues

### June 17th, 2024 (v7.0.1)

* Fix: Safari and Firefox Errors missing `Error: message`

### December 28th, 2023 (v7.0.0)

* Feature: Add ESM support
* Feature: Add Deno support
* Feature: Convert project to TypeScript

### April 11th, 2023 (v3.0.0)

* Feature: Add `bugsplat.postAndExit`
* Feature: Allow per-call overrides for `appKey`, `user`, `email`, `description`
* Feature: Per-invocation callback support
* Breaking: Replace `setX` functions with `setDefaultX` equivalents
* Breaking: Remove `setCallback` function
* Other: Improved unit testing


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.bugsplat.com/framework-integrations/js-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
