[**axiom v0.51.1**](../../README.md)

***

[axiom](../../README.md) / [feedback](../README.md) / FeedbackConfig

# Type Alias: FeedbackConfig

> **FeedbackConfig** = `object`

Configuration for connecting to the Axiom feedback API.

## Properties

### dataset

> `readonly` **dataset**: `string`

Axiom dataset to send feedback to.

***

### edgeUrl?

> `readonly` `optional` **edgeUrl**: `string`

Optional Axiom Edge URL for ingest operations.
When set, this URL is used for sending feedback data.
Falls back to `url` if not specified.

***

### token

> `readonly` **token**: `string`

Axiom API token with ingest permissions.

***

### url?

> `readonly` `optional` **url**: `string`

Optional custom Axiom API URL. Defaults to https://api.axiom.co.
