Commit c245c7e
ref(nextjs): Remove
In #3978, code was introduced to prevent node tracing integrations (mongo, postgres, etc) from appearing in the browser bundle where they don't belong. However, as part of our larger push to make our code more treeshakable, we recently changed how we export those integrations[1], making the previous workaround unnecessary.
As a bonus, this should fix a rendering issue some users were having when using the `fallback` flag.
Tested locally and on vercel.
Fixes #4090.
[1] #4204resolve.alias treeshaking hack (#4276)1 parent c258816 commit c245c7e
1 file changed
+0
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 64 | | |
83 | 65 | | |
84 | 66 | | |
| |||
0 commit comments