upgrade-browser-sdk-v6

Migrate the Datadog Browser SDK from version 5 to version 6.

150|23|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/datadog-labs/agent-skills --skill upgrade-browser-sdk-v6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upgrade-browser-sdk-v6
Source: https://github.com/datadog-labs/agent-skills/tree/main/dd-browser-sdk/upgrade-v6
Command: npx skills add https://github.com/datadog-labs/agent-skills --skill upgrade-browser-sdk-v6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to upgrade the Datadog Browser SDK from version 5 to version 6, ensuring compatibility with removed options and dropped support for IE11.

Core Features & Use Cases

  • Upgrade Path: Provides a systematic guide to migrate from v5 to v6, including CDN setup and npm dependencies update.
  • Removed Options: Handles the removal of deprecated options and default changes in v6.
  • Behavioral Changes: Outlines behavioral changes in v6 and their impact on your setup.
  • Infrastructure Update: Details the necessary infrastructure updates for browser support, CORS, CSP, and bundler configuration.

Quick Start

To upgrade your Datadog Browser SDK to version 6, run the following command:

pup upgrade-browser-sdk-v6

Frequently Asked Questions about upgrade-browser-sdk-v6

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate the Datadog Browser SDK from version 5 to version 6?

To migrate the Datadog Browser SDK from version 5 to version 6, run the provided upgrade command which systematically updates CDN setup, npm dependencies, and handles deprecated options to ensure full compatibility.

What deprecated options are removed when upgrading to Datadog Browser SDK v6?

Upgrading to Datadog Browser SDK v6 removes previously deprecated options and alters default settings. The migration process automatically addresses these removed options to prevent configuration errors in your updated setup.

Does Datadog Browser SDK version 6 still support IE11?

Datadog Browser SDK version 6 drops support for IE11 entirely. The migration process includes necessary infrastructure updates for modern browser support, ensuring your configuration aligns with the new compatibility requirements.

What infrastructure updates are required for Datadog Browser SDK v6?

Infrastructure updates for Datadog Browser SDK v6 involve configuring CORS, CSP, and bundler settings. The migration guide details these necessary adjustments to maintain proper functionality and security within your updated environment.

Can I update npm dependencies and CDN setup together for Datadog Browser SDK v6?

Yes, the Datadog Browser SDK v6 migration provides a systematic upgrade path that includes both CDN setup and npm dependencies updates simultaneously, ensuring a synchronized transition across your entire implementation.