Why
The local provider lets you develop and test analytics instrumentation without an Amplitude account or API key. Everytrack() call prints a structured log line with the event name, properties, and identification attributes — enough to confirm your instrumentation is correct before deploying.
Setup
This is the default fordevelopment.ts and test.ts and requires no extra dependencies or environment variables:
What’s next?
- Amplitude — the production provider to configure in
production.ts.