---
title: "Installation Methods"
description: "Review our alternate installation methods."
url: https://docs.sentry.io/platforms/javascript/guides/nuxt/install__v10.x/
---

# Server-Side Installation | Sentry for Nuxt

Nuxt uses ES Modules for server-side builds, which requires Sentry to register Node [customization hooks](https://nodejs.org/api/module.html#customization-hooks). Those customization hooks need to be registered before the rest of the application.

To be able to run Sentry before the rest of the application and fully monitor the server-side, Sentry can be initialized using one of those two approaches:

* [`--import` CLI flag (default)](https://docs.sentry.io/platforms/javascript/guides/nuxt/install/cli-import__v10.x)
* [Limited Server Tracing](https://docs.sentry.io/platforms/javascript/guides/nuxt/install/limited-server-tracing__v10.x)
* [Dynamic Import (experimental)](https://docs.sentry.io/platforms/javascript/guides/nuxt/install/dynamic-import__v10.x)
