Skip to content

Commit 63e437e

Browse files
Merge remote-tracking branch 'origin/feature/INTER-1708-agent-v4' into feature/INTER-1708-agent-v4
2 parents c6ad1b6 + 149a4a1 commit 63e437e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Fingerprint is a device intelligence platform offering industry-leading accuracy
2929
- [Requirements](#requirements)
3030
- [Installation](#installation)
3131
- [Getting started](#getting-started)
32-
- [1. Wrap your application (or component) in `<FpProvider>`.](#1-wrap-your-application-or-component-in-FpProvider)
32+
- [1. Wrap your application (or component) in `<FpProvider>`.](#1-wrap-your-application-or-component-in-fpprovider)
3333
- [2. Use the `useVisitorData()` hook in your components to identify visitors](#2-use-the-usevisitordata-hook-in-your-components-to-identify-visitors)
3434
- [Linking and tagging information](#linking-and-tagging-information)
3535
- [Caching strategy](#caching-strategy)
@@ -77,7 +77,7 @@ To get your API key and get started, see the [Fingerprint Pro Quick Start Guide]
7777

7878
- Set `apiKey` to your Fingerprint [Public API Key](https://dashboard.fingerprint.com/api-keys).
7979
- Set `region` if you have chosen a non-global [region](https://docs.fingerprint.com/docs/regions) during registration.
80-
- Set `endpoint`` if you are using [one of our proxy integrations to increase accuracy](https://docs.fingerprint.com/docs/protecting-the-javascript-agent-from-adblockers) and effectiveness of visitor identification.
80+
- Set `endpoint` if you are using [one of our proxy integrations to increase accuracy](https://docs.fingerprint.com/docs/protecting-the-javascript-agent-from-adblockers) and effectiveness of visitor identification.
8181
- You can use all the [start options](https://docs.fingerprint.com/reference/js-agent-v4-start-function#start-options) available in the JavaScript agent `load` function.
8282

8383
```jsx

__tests__/with-environment.preact.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('WithEnvironment', () => {
1111
})
1212

1313
afterEach(() => {
14-
vi.resetAllMocks()
14+
vi.resetModules()
1515
})
1616
it('should detect env as "preact"', async () => {
1717
const { WithEnvironment } = await import('../src/components/with-environment')

0 commit comments

Comments
 (0)