Skip to content

Commit 8128cf4

Browse files
committed
fix: make integration info name consistent through all platforms
1 parent 25878d9 commit 8128cf4

File tree

1 file changed

+1
-1
lines changed
  • android/src/main/kotlin/com/fingerprintjs/flutter/fpjs_pro/fpjs_pro_plugin

1 file changed

+1
-1
lines changed

android/src/main/kotlin/com/fingerprintjs/flutter/fpjs_pro/fpjs_pro_plugin/FpjsProPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class FpjsProPlugin: FlutterPlugin, MethodCallHandler {
106106
endpoint ?: region?.endpointUrl ?: Configuration.Region.US.endpointUrl,
107107
extendedResponseFormat,
108108
endpointFallbacks ?: emptyList(),
109-
listOf(Pair("fingerprintjs-pro-flutter", pluginVersion))
109+
listOf(Pair("fingerprint-pro-flutter", pluginVersion))
110110
)
111111

112112
fpjsClient = factory.createInstance(configuration)

0 commit comments

Comments
 (0)