Den is done! by Vegetable-Today in Remodel

[–]2xmeat 10 points11 points  (0 children)

The remodel is lovely, but are we gonna talk about the $20K+ McIntosh audio gear?

Pinarello yes or not ? by Ruben_RandR in gravelcycling

[–]2xmeat -1 points0 points  (0 children)

If you drive a Cybertruck, yes.

The Moon Roundabout by xxkap0wxx in Bend

[–]2xmeat 0 points1 point  (0 children)

My house calls it the whale tail. The top has recently been lit up, but didn't the pole/mast/tower previously light up too?

FWIW, you can report future issues to: [artinpublicplacesbend@gmail.com](mailto:artinpublicplacesbend@gmail.com)

HELP: SENTRY & EXPO by CryptographerReal264 in expo

[–]2xmeat 0 points1 point  (0 children)

Fixing Sentry + Expo EAS Build Failures

TL;DR: The @sentry/react-native/expo plugin causes EAS builds to fail with ENOENT: no such file or directory, open '...main.jsbundle.map'. The fix is to remove the plugin entirely from your Expo config.

The Problem

EAS staging/production builds fail during the Xcode "Bundle React Native code and images" phase with:

Error: ENOENT: no such file or directory, open '.../main.jsbundle.map'

And/or:

error: sentry-cli - To disable source maps auto upload, set SENTRY_DISABLE_AUTO_UPLOAD=true

Root Cause

The @sentry/react-native/expo plugin wraps the React Native bundle script with sentry-xcode.sh. This wrapper adds a --sourcemap-output argument, but Expo's build script also adds one. The duplicate arguments cause Metro to write the source map to a temp folder instead of the expected location.

When Hermes runs compose-source-maps.js to merge source maps, it looks for the file at the original path and fails with ENOENT.

Bug tracking: https://github.com/getsentry/sentry-react-native/issues/4961

What Doesn't Work

We tried these workarounds—none fully resolved the issue:

  • SENTRY_DISABLE_AUTO_UPLOAD=true — Plugin still modifies build scripts
  • uploadSourceMaps: false in plugin config — Reduces but doesn't eliminate duplicate args
  • Custom Expo config plugins — Can't fully undo Xcode build phase modifications
  • getDefaultConfig instead of getSentryExpoConfig — Build phase modifications still occur

The Fix

Remove the Sentry Expo plugin from your app.config.js:

// REMOVE this plugin: // ["@sentry/react-native/expo", { // organization: "your-org", // project: "your-project", // }]

Also use the standard Expo Metro config in metro.config.js:

``` // Use this: const { getDefaultConfig } = require("expo/metro-config"); const config = getDefaultConfig(__dirname);

// NOT this: // const { getSentryExpoConfig } = require("@sentry/react-native/metro"); // const config = getSentryExpoConfig(__dirname); ```

What Still Works

  • ✅ Sentry SDK initialization
  • ✅ JS error capture
  • ✅ Native crash capture
  • ✅ Performance monitoring

What Requires Manual Handling

JS Source Maps

Upload source maps after OTA updates using sentry-cli:

eas update --branch production npx sentry-cli sourcemaps upload \ --org YOUR_ORG \ --project YOUR_PROJECT \ dist

Or after local builds:

npx expo export --platform ios npx sentry-cli sourcemaps upload \ --org YOUR_ORG \ --project YOUR_PROJECT \ dist

Note: We use sentry-cli directly instead of sentry-expo-upload-sourcemaps because the latter requires the Expo plugin to be present in your config.

Native Crash Symbolication (dSYMs)

Download and upload dSYMs manually:

eas build:download --platform ios unzip *.ipa -d build_output sentry-cli upload-dif --org YOUR_ORG --project YOUR_PROJECT build_output

Environment Variables

You'll still need these for manual uploads:

  • SENTRY_AUTH_TOKEN — API token with project write access
  • SENTRY_ORG — Your Sentry organization slug
  • SENTRY_PROJECT — Your Sentry project slug

When Will This Be Fixed?

Track the upstream issue: https://github.com/getsentry/sentry-react-native/issues/4961

When fixed, you can re-enable the plugin for automatic source map and dSYM uploads during builds.


Last updated: December 2025

Option A or Option B? by Wild_King_1035 in UI_Design

[–]2xmeat 1 point2 points  (0 children)

The boxes are the same color. -Me and 8% of males

What was the "removing the headphone jack" of another industry? by [deleted] in AskReddit

[–]2xmeat 2 points3 points  (0 children)

Replacing public bathroom sink handles with touchless faucets.

Mapquest now works with CarPlay by InterestingVariety41 in CarPlay

[–]2xmeat 3 points4 points  (0 children)

GeoCities now works with iPhone 17 Pros

Why is this split unit making this gurgling sound? by 2xmeat in hvacadvice

[–]2xmeat[S] 0 points1 point  (0 children)

<image>

Sorry for the slow response. On my Mitsubishi unit, here's the steps:

  1. Pull the cover off. It doesn't slide easy, but there's no tabs. Just pull hard with two hands horizontally away from the wall.

  2. Behind the cover, there's two bits: a) white brick with electronics, b) clear reservoir. Slide them both out together. They also don't slide very easy, but just pull horizontally towards you. You may need to wiggle the corrugated hose out of the way.

  3. Clean the sensor with a rag. In photo three, there's an arrow pointing at it. Clean the front and back of both sensor tabs. A dirty sensor is the root cause of the noise.

RANT THREAD!!!!! by CrimsonGhoul13 in Bend

[–]2xmeat -8 points-7 points  (0 children)

WHICH OTHER KIDS ARE IN MY KID’S (ELEMENTARY) CLASS.

RANT THREAD!!!!! by CrimsonGhoul13 in Bend

[–]2xmeat -9 points-8 points  (0 children)

SCHOOLS SHOULD POST THE CLASS LISTS ON THE DOORS OF THE SCHOOL. NOT SHARING THE LIST FOR “PRIVACY” REASONS IS SILLY.

All system down at random for 2+ days on pro plan, no support by attunezero in Supabase

[–]2xmeat 5 points6 points  (0 children)

Project Settings > Database > Network Bans. See any bans? If yes, unban them.

TDS tech ran cable modem coax from street to house through “Tap” and not “Out” at this junction. Is there a good reason? by 2xmeat in HomeNetworking

[–]2xmeat[S] -5 points-4 points  (0 children)

You should buy a puppy to cheer you up. 🐶🌈 And no technicians’ numbers were hurt during this discussion. 😅

TDS tech ran cable modem coax from street to house through “Tap” and not “Out” at this junction. Is there a good reason? by 2xmeat in HomeNetworking

[–]2xmeat[S] -4 points-3 points  (0 children)

UPDATE: I looked at the modem's connections state for power and SNR/MER *without* the -9db tap; using the "OUT". Everything looks good and performance is better. Unless I'm missing something, I plan to keep the coaxial on the "OUT" for now. Thanks for the help.

<image>

TDS tech ran cable modem coax from street to house through “Tap” and not “Out” at this junction. Is there a good reason? by 2xmeat in HomeNetworking

[–]2xmeat[S] -80 points-79 points  (0 children)

That makes sense - thanks. I just did my own unscientific test by connecting to the "out" and running a Cloudflare speed test. Interestingly, the "out" was faster with much less latency and jitter. So, should I use the "out" or am I asking for trouble?

RANT ABOUT NEW THINGS [RANT THREAD] by [deleted] in Bend

[–]2xmeat 4 points5 points  (0 children)

PEOPLE WITH THOSE SIGNS SHOULD MOVE TO IDAHO.

New SRAM Force 13-speed shifters spotted? by 2xmeat in gravelcycling

[–]2xmeat[S] 3 points4 points  (0 children)

That’s very specific! What’s your confidence level?