Linktree Debug Bundle
Debug Script
#!/bin/bash
BUNDLE="linktree-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE"
echo "LINKTREE_API_KEY: ${LINKTREE_API_KEY:+SET}" > "$BUNDLE/summary.txt"
echo "Timestamp: $(date -u)" >> "$BUNDLE/summary.txt"
tar -czf "$BUNDLE.tar.gz" "$BUNDLE" && rm -rf "$BUNDLE"
echo "Bundle: $BUNDLE.tar.gz"
Resources
Next Steps
See linktree-rate-limits.