brash-pager-50581
02/24/2023, 4:34 PMerror uploading: [rudderstack] unknown: Not Found (404)
nutritious-park-97351
02/24/2023, 6:33 PMCREATE TABLE app.rudder_staging_users_fad5929fc99a471b9fc3bd66a5b5d70c AS (
SELECT
DISTINCT *
FROM
(
SELECT
x.id,
case when (
select
true
) then (
select
"utm_medium"
from
"app"."rudder_staging_users_identifies_union_52d79f0f71fd4316b294aaab2316de25" as staging_table
where
x.id = staging_table.id
and "utm_medium" is not null
order by
received_at desc
limit
1
) end as "utm_medium",
case when (
select
true
) then (
select
"context_traits_shop_id"
from
"app"."rudder_staging_users_identifies_union_52d79f0f71fd4316b294aaab2316de25" as staging_table
where
x.id = staging_table.id
and "context_traits_shop_id" is not null
order by
received_at desc
limit
1
) end as "context_traits_shop_id",
case when (
select
true
) then (
select
"context_source_id"
from
"app"."rudder_staging_users_identifies_union_52d79f0f71fd4316b294aaab231
eager-park-19442
02/27/2023, 1:15 AMbrash-nightfall-83618
02/27/2023, 7:58 AMblue-sunset-32424
02/27/2023, 4:51 PMBusiness Access Token
2. Disable Use device-mode to send events
Am I missing anything? Seems a little too easy 🤔eager-pizza-76165
02/27/2023, 5:22 PM@rudderstack/rudder-sdk-react-native
package, installed pods, and added the await rudderClient.setup(...)
call to the App.tsx
. I noticed there’s a problem with top-level await, so I added "module": "esnext"
to the compilerOptions
in our tsconfig.json
. I wanted to verify the typescript setup is correct, so I ran yarn tsc
. I got 3 errors, all of them coming from node_modules/@rudderstack/rudder-sdk-react-native/src/RudderClient.ts
.
The first two were related to the async-lock
package - the types were not available. I worked around this by adding the @types/async-lock
package.
The last one is this:
node_modules/@rudderstack/rudder-sdk-react-native/src/RudderClient.ts:191:16 - error TS2394: This overload signature is not compatible with its implementation signature.
191 async function alias(previousId: string, userId: string | Record<string, unknown>): Promise<void>;
~~~~~
node_modules/@rudderstack/rudder-sdk-react-native/src/RudderClient.ts:192:16
192 async function alias(newId: string, options: Record<string, unknown> | null = null) {
~~~~~
The implementation signature is declared here.
Any help here? I can’t see the typecheck run as part of your CI workflows (https://github.com/rudderlabs/rudder-sdk-react-native/tree/master/.github/workflows), so maybe this issue is present in the repo and the check would have caught it?
Anyway, I’m not sure why typescript checks the node_modules, probably because you ship .ts
files, not built .js
+ .d.ts
. I have skipLibChecks: true
in tsconfig.json
.eager-pizza-76165
02/27/2023, 11:11 PMnon-std C++ exception
. When I uncomment the await rudderClient.setup(…)
call, the app starts normally.full-waiter-76117
02/28/2023, 8:20 AMfull-waiter-76117
02/28/2023, 1:37 PMcolossal-pencil-3933
02/28/2023, 8:11 PMagreeable-cricket-62800
02/28/2023, 9:03 PMdazzling-art-86976
02/28/2023, 9:28 PMlittle-florist-75112
03/01/2023, 7:57 AMclean-engineer-11302
03/01/2023, 8:57 AMloud-mechanic-39903
03/01/2023, 10:02 AMbroad-park-34155
03/01/2023, 1:09 PMAutomatically set all Traits as Super Properties and People Properties
While this is checked, our integration automatically sets all traits on identify calls as super properties and people properties if Mixpanel People is checked as well.
But none of my properties are set as super properties in Mixpanel. How can I go forward?able-controller-17526
03/01/2023, 2:22 PMcreamy-table-83685
03/01/2023, 5:39 PMURL: <https://info.creditsuite.com/minicourse-fundability/lesson-1/?launch=go&contactId=1969115&inf_contact_key=8f00273a11fe83e4be21b4a5a807a0d0850050e7915f41da51043c293c2d487f&inf_field_BrowserLanguage=en-US%2Cen%3Bq%3D0.9&inf_field_FirstName=_removed_&inf_field_Email=_removed_&inf_field_Company=Poindexter%27s+Professional+Services&inf_field_Phone1=8321111111>
Event id: 6ef6583d-d7f3-4f37-a0a4-8c871963765d
Parameters: (2)
email:
add455ac100482279864e22572c10d736cd2347584b00f006e13d7efea5a7086
phone:
ff9acf408efe70730b2304b16c688988521aef2e8b6d15c37b16d6b5fdbf90f6
User Data Keys: External ID, IP address, Phone, User agent
^ Why does User Data Keys have Phone but not Email?
Why is the email URL param successfully replaced with _removed_
but not the Phone? (note I replaced the actual phone number with 11111...)
Further, why on some PageView events, I see User Data Keys contains Phone, but no phone is in the URL params?
^ I assume this is because I call Identify() on various opt ins, and then that user's phone/email are cookied and so get sent to the FB Pixel automatically, even though they're not in the URL?
If this is so... I've yet to see any Lead event have "Email" in the User Data Keys:
So... does this work somewhat with the custom transformation...but I need to implement the custom transformation to have it all working properly?
Is the custom transformation just for people who are self hosted? If I need to use the custom transformation...how do I actually use it? there are various files in the GitHub... the transformation I'm thinking of, is in the "Enhance" tab of Rudderstack and is just a single text field? How do I use what's in GitHub?gorgeous-car-69702
03/01/2023, 7:32 PMD/RudderSDK(19505): Debug: EventRepository: flushEventsToServer: dataPlaneEndPoint: <https://analytics.yuca.live/v1/batch>
E/RudderSDK(19505): Error: Unable to resolve host "analytics.yuca.live": No address associated with hostname
my Data Plane URL is https://yucamateuclnp.dataplane.rudderstack.com
I don’t know why log shows a different URL…
what is happening?echoing-fish-11436
03/01/2023, 9:35 PMechoing-fish-11436
03/01/2023, 9:35 PMlively-airline-84487
03/02/2023, 7:31 AMacceptable-continent-82228
03/02/2023, 10:39 AMfull-waiter-76117
03/02/2023, 11:28 AMrich-psychiatrist-20450
03/02/2023, 1:22 PMfamous-lizard-59530
03/02/2023, 3:33 PM${username}.<http://dataplane.rudderstack.com|dataplane.rudderstack.com>
, but I’d prefer ${companyname}.<http://dataplane.rudderstack.com|dataplane.rudderstack.com>
.acceptable-continent-82228
03/02/2023, 3:53 PMboundless-notebook-34527
03/03/2023, 4:00 AMhelpful-guitar-80887
03/03/2023, 5:20 AMastonishing-fall-92473
03/03/2023, 12:25 PM